From 7bfb13dea79650b84f74008461a87117fd6564eb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 Jan 1996 14:27:56 +0000 Subject: [PATCH] Tweak usage. --- src/du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/du.c b/src/du.c index f730077990..24fe8969db 100644 --- a/src/du.c +++ b/src/du.c @@ -224,7 +224,7 @@ Summarize disk usage of each FILE, recursively for directories.\n\ -a, --all write counts for all files, not just directories\n\ -b, --bytes print size in bytes\n\ -c, --total produce a grand total\n\ - -h, --human use variable sizes, not 512 despite POSIXLY_CORRECT\n\ + -h, --human print sizes in human readable format (e.g. 1K 234M 2G)\n\ -k, --kilobytes use 1024-byte blocks, not 512 despite POSIXLY_CORRECT\n\ -l, --count-links count sizes many times if hard linked\n\ -m, --megabytes use 1024K-byte blocks, not 512 despite POSIXLY_CORRECT\n\ -- 2.47.3