aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/du.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2018-12-08 15:13:58 -0600
committerRob Landley <rob@landley.net>2018-12-08 15:13:58 -0600
commitac89784055a6add93a3f45eeae70e9da2e4a8c98 (patch)
tree27a913e57db163893b9e1d84a3b62c9cf1f4d120 /toys/posix/du.c
parentb795c45fff193a60919ef952aef1dd4b74d13098 (diff)
downloadtoybox-ac89784055a6add93a3f45eeae70e9da2e4a8c98.tar.gz
Rikk on github asked for the examples back.
Diffstat (limited to 'toys/posix/du.c')
-rw-r--r--toys/posix/du.c2
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