File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,8 +58,7 @@ ASAM QC checker bundle for checking the validity of OSI Trace (.osi/.mcap) files
5858
5959options:
6060 -h, --help show this help message and exit
61- -d, --default_config Deprecated. Retained for backward compatibility. Default configuration is used whenever -c is
62- omitted.
61+ -d, --default_config Deprecated. Default configuration is used whenever -c is omitted.
6362 -c, --config_path CONFIG_PATH
6463 -i, --input_file INPUT_FILE
6564 Path to the input OSI Trace file.
@@ -153,8 +152,7 @@ ASAM QC checker bundle for checking the validity of OSI Trace (.osi/.mcap) files
153152
154153options:
155154 -h, --help show this help message and exit
156- -d, --default_config Deprecated. Retained for backward compatibility. Default configuration is used whenever -c is
157- omitted.
155+ -d, --default_config Deprecated. Default configuration is used whenever -c is omitted.
158156 -c, --config_path CONFIG_PATH
159157 -i, --input_file INPUT_FILE
160158 Path to the input OSI Trace file.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def args_entrypoint() -> argparse.Namespace:
2323 "-d" ,
2424 "--default_config" ,
2525 action = "store_true" ,
26- help = "Deprecated. Retained for backward compatibility. Default configuration is used whenever -c is omitted." ,
26+ help = "Deprecated. Default configuration is used whenever -c is omitted." ,
2727 )
2828 config_group .add_argument ("-c" , "--config_path" )
2929
You can’t perform that action at this time.
0 commit comments