From ac89784055a6add93a3f45eeae70e9da2e4a8c98 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 8 Dec 2018 15:13:58 -0600 Subject: Rikk on github asked for the examples back. --- toys/posix/du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys') 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 -- cgit v1.2.3