Skip to content

Commit c045f7a

Browse files
Updated usage text for --output option (#1128) (#1951)
Addressing: #1917
1 parent bc0f043 commit c045f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/projmgr/src/ProjMgr.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020-2024 Arm Limited. All rights reserved.
2+
* Copyright (c) 2020-2025 Arm Limited. All rights reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
@@ -48,7 +48,7 @@ Options:\n\
4848
-m, --missing List only required packs that are missing in the pack repository\n\
4949
-n, --no-check-schema Skip schema check\n\
5050
-N, --no-update-rte Skip creation of RTE directory and files\n\
51-
-o,-O --output arg Add prefix to 'outdir' and 'tmpdir'\n\
51+
-o,-O --output arg Base folder for output files, 'outdir' and 'tmpdir' (default \"Same as '*.csolution.yml'\")\n\
5252
-q, --quiet Run silently, printing only error messages\n\
5353
-R, --relative-paths Print paths relative to project or ${CMSIS_PACK_ROOT}\n\
5454
-S, --context-set Select the context names from cbuild-set.yml for generating the target application\n\

0 commit comments

Comments
 (0)