Skip to content

Commit 97a4d76

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/west/app/project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,9 +584,9 @@ def __init__(self):
584584
If this file uses imports, it will not contain all the
585585
manifest data.
586586
587-
- --untracked print all files and folders inside the workspace that
587+
- --untracked: print all files and folders inside the workspace that
588588
are not tracked or managed by west. This effectively means any
589-
file or folder that lays outside all of the projects' folders on
589+
file or directory that is outside all of the projects' directories on
590590
disk. This is similar to `git status` for untracked files. The
591591
output format is relative to the current working directory and is
592592
stable and suitable as input for scripting.

0 commit comments

Comments
 (0)