Skip to content

Commit

Permalink
Update usage text for --output option
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Feb 7, 2025
1 parent bf0e531 commit 29effc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Options:
-l, --load arg Set policy for packs loading [latest | all | required] (default "required")
--log arg Save output messages in a log file
-n, --no-schema-check Skip schema check
-O, --output arg Add prefix to 'outdir' and 'tmpdir'
-O, --output arg Base folder for output files, 'outdir' and 'tmpdir' (default "./")
-p, --packs Download missing software packs with cpackget
-q, --quiet Suppress output messages except build invocations
-r, --rebuild Remove intermediate and output directories and rebuild
Expand Down Expand Up @@ -100,7 +100,7 @@ Options:
-m, --missing List only required packs that are missing in the pack repository
-n, --no-check-schema Skip schema check
-N, --no-update-rte Skip creation of RTE directory and files
-o,-O --output base-dir Add prefix to 'outdir' and 'tmpdir'
-o,-O --output arg Base folder for output files, 'outdir' and 'tmpdir' (default "./")
-q, --quiet Run silently, printing only error messages
-R, --relative-paths Print paths relative to project or ${CMSIS_PACK_ROOT}
-S, --context-set Select the context names from cbuild-set.yml for generating the target application
Expand Down

0 comments on commit 29effc8

Please sign in to comment.