Skip to content

Commit 49b529b

Browse files
carlescufipdgendt
andauthored
Update src/west/app/project.py
Co-authored-by: Pieter De Gendt <[email protected]>
1 parent 97a4d76 commit 49b529b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/west/app/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ def do_add_parser(self, parser_adder):
612612
group.add_argument('--path', action='store_true',
613613
help="print the top level manifest file's path")
614614
group.add_argument('--untracked', action='store_true',
615-
help='''print any files and folders not managed or
615+
help='''print all files and directories not managed or
616616
tracked by west''')
617617

618618
group = parser.add_argument_group('options for --resolve and --freeze')

0 commit comments

Comments
 (0)