diff options
-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 ecae7568..73ef6db1 100644 --- a/toys/posix/du.c +++ b/toys/posix/du.c @@ -20,7 +20,7 @@ config DU -k 1024 byte blocks (default) -K 512 byte blocks (posix) -m Megabytes - -h Human readable (K=1024) + -h Human readable (e.g., 1K 243M 2G) What to show: -a All files, not just directories |