From a775773f6e5ae476e611eea74446c096991221c0 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 26 Mar 2020 16:05:45 -0700 Subject: du: consistent --help capitalization. --- toys/posix/du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix') 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 -- cgit v1.2.3