diff options
author | Rob Landley <rob@landley.net> | 2018-12-08 15:13:58 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-12-08 15:13:58 -0600 |
commit | ac89784055a6add93a3f45eeae70e9da2e4a8c98 (patch) | |
tree | 27a913e57db163893b9e1d84a3b62c9cf1f4d120 | |
parent | b795c45fff193a60919ef952aef1dd4b74d13098 (diff) | |
download | toybox-ac89784055a6add93a3f45eeae70e9da2e4a8c98.tar.gz |
Rikk on github asked for the examples back.
-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 |