diff options
Diffstat (limited to 'toys/posix/du.c')
-rw-r--r-- | toys/posix/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/du.c b/toys/posix/du.c index 4c3867b2..e7334d1a 100644 --- a/toys/posix/du.c +++ b/toys/posix/du.c @@ -12,7 +12,7 @@ config DU bool "du" default y help - usage: du [-d N] [-askxHLlmc] [file...] + usage: du [-d N] [-askxHLlmc] [FILE...] Show disk usage, space consumed by files and directories. |