Skip to content

Commit

Permalink
Update docs with new command option
Browse files Browse the repository at this point in the history
Signed-off-by: patrickpa <patrick@ivex.ai>
  • Loading branch information
patrickpa committed Aug 19, 2024
1 parent efa5dce commit e773ad5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ The checker can be used as a Python script:
**Default python**

```
python main.py --help
// python qc_opescenario/main.py --help
// python -m qc_opescenario.main --help
qc_opescenario --help
usage: QC OpenScenario Checker [-h] (-d | -c CONFIG_PATH)
This is a collection of scripts for checking validity of OpenScenario (.xosc) files.
options:
Expand All @@ -44,7 +46,7 @@ options:
**Poetry**

```
poetry run python main.py --help
poetry run qc_opescenario --help
usage: QC OpenScenario Checker [-h] (-d | -c CONFIG_PATH)
This is a collection of scripts for checking validity of OpenScenario (.xosc) files.
options:
Expand Down

0 comments on commit e773ad5

Please sign in to comment.