@@ -50,15 +50,14 @@ from qc_ositrace.checks.deserialization import deserialization_checker
5050``` bash
5151qc_ositrace --help
5252
53- usage: QC OSI Trace Checker [-h] (-d | - c CONFIG_PATH) [-i INPUT_FILE] [--osiTopic OSITOPIC] [--osiType OSITYPE]
53+ usage: QC OSI Trace Checker [-h] [- c CONFIG_PATH] [-i INPUT_FILE] [--osiTopic OSITOPIC] [--osiType OSITYPE]
5454 [--osiVersion OSIVERSION] [--osiRulesFile OSIRULESFILE] [-r RESULT_FILE]
5555 [--output_config OUTPUT_CONFIG]
5656
5757ASAM 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
6261 -c, --config_path CONFIG_PATH
6362 -i, --input_file INPUT_FILE
6463 Path to the input OSI Trace file.
@@ -77,7 +76,7 @@ options:
7776Example checking a simple SensorData trace file against version 3.7.0 rules using default configuration:
7877
7978``` bash
80- qc_ositrace -d - r results.xqar --osiType SensorData --osiVersion 3.7.0 -i 20210818T150542Z_sd_370_300_1523_example_sensordata_trace.osi
79+ qc_ositrace -r results.xqar --osiType SensorData --osiVersion 3.7.0 -i 20210818T150542Z_sd_370_300_1523_example_sensordata_trace.osi
8180```
8281
8382### Example output
@@ -144,15 +143,14 @@ It is also possible to execute the qc_ositrace application using Poetry:
144143``` bash
145144poetry run qc_ositrace --help
146145
147- usage: QC OSI Trace Checker [-h] (-d | - c CONFIG_PATH) [-i INPUT_FILE] [--osiTopic OSITOPIC] [--osiType OSITYPE]
146+ usage: QC OSI Trace Checker [-h] [- c CONFIG_PATH] [-i INPUT_FILE] [--osiTopic OSITOPIC] [--osiType OSITYPE]
148147 [--osiVersion OSIVERSION] [--osiRulesFile OSIRULESFILE] [-r RESULT_FILE]
149148 [--output_config OUTPUT_CONFIG]
150149
151150ASAM QC checker bundle for checking the validity of OSI Trace (.osi/.mcap) files.
152151
153152options:
154153 -h, --help show this help message and exit
155- -d, --default_config
156154 -c, --config_path CONFIG_PATH
157155 -i, --input_file INPUT_FILE
158156 Path to the input OSI Trace file.
0 commit comments