From 092b6d07984d6cb13580d1e5925e881b4fe16202 Mon Sep 17 00:00:00 2001 From: TaikiYamada4 Date: Thu, 26 Dec 2024 15:02:53 +0900 Subject: [PATCH] Added back slashes to example command Signed-off-by: TaikiYamada4 --- .../docs/how_to_contribute.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/map/autoware_lanelet2_map_validator/docs/how_to_contribute.md b/map/autoware_lanelet2_map_validator/docs/how_to_contribute.md index a07b28be..19ce474d 100644 --- a/map/autoware_lanelet2_map_validator/docs/how_to_contribute.md +++ b/map/autoware_lanelet2_map_validator/docs/how_to_contribute.md @@ -50,7 +50,13 @@ You can use the script [`create_new_validator.py`](https://github.com/autowarefo You can use this by the command like this example: ```shell -python3 create_new_validator.py --base_directory ./ --category_name traffic_light --code_name traffic_light_facing --class_name TrafficLightFacingValidator --validator_name mapping.traffic_light.correct_facing --check_function_name check_traffic_light_facing +python3 create_new_validator.py \ +--base_directory ./ \ +--category_name traffic_light \ +--code_name traffic_light_facing \ +--class_name TrafficLightFacingValidator \ +--validator_name mapping.traffic_light.correct_facing \ +--check_function_name check_traffic_light_facing ``` All arguments are required.