We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3da602 commit 97a4d76Copy full SHA for 97a4d76
src/west/app/project.py
@@ -584,9 +584,9 @@ def __init__(self):
584
If this file uses imports, it will not contain all the
585
manifest data.
586
587
- - --untracked print all files and folders inside the workspace that
+ - --untracked: print all files and folders inside the workspace that
588
are not tracked or managed by west. This effectively means any
589
- file or folder that lays outside all of the projects' folders on
+ file or directory that is outside all of the projects' directories on
590
disk. This is similar to `git status` for untracked files. The
591
output format is relative to the current working directory and is
592
stable and suitable as input for scripting.
0 commit comments