Skip to content

Commit b65e2b4

Browse files
Copilotpmai
andauthored
Shorten -d help text per review suggestions
Agent-Logs-Url: https://github.com/OpenSimulationInterface/qc-osi-trace/sessions/c0098133-f301-4796-937e-2707f09699e0 Co-authored-by: pmai <91502+pmai@users.noreply.github.com>
1 parent 6bcec75 commit b65e2b4

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ ASAM QC checker bundle for checking the validity of OSI Trace (.osi/.mcap) files
5858

5959
options:
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

154153
options:
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.

qc_ositrace/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)