diff options
author | Elliott Hughes <enh@google.com> | 2020-03-26 16:05:45 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-03-26 23:49:56 -0500 |
commit | a775773f6e5ae476e611eea74446c096991221c0 (patch) | |
tree | db74ac233d6d3e448803d13ff53d887622b21291 | |
parent | cc803fb5fb0a3510412270f03ccb9c4a266020ec (diff) | |
download | toybox-a775773f6e5ae476e611eea74446c096991221c0.tar.gz |
du: consistent --help capitalization.
-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 31cc87bc..86118676 100644 --- a/toys/posix/du.c +++ b/toys/posix/du.c @@ -19,7 +19,7 @@ config DU Show disk usage, space consumed by files and directories. Size in: - -b apparent bytes (directory listing size, not space used) + -b Apparent bytes (directory listing size, not space used) -k 1024 byte blocks (default) -K 512 byte blocks (posix) -m Megabytes |