aboutsummaryrefslogtreecommitdiff
path: root/coreutils/du.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/du.c')
-rw-r--r--coreutils/du.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/coreutils/du.c b/coreutils/du.c
index d5ce46cf2..6d737fbfb 100644
--- a/coreutils/du.c
+++ b/coreutils/du.c
@@ -19,18 +19,16 @@
* 4) Fixed busybox bug #1284 involving long overflow with human_readable.
*/
//config:config DU
-//config: bool "du (default blocksize of 512 bytes)"
+//config: bool "du (6.3 kb)"
//config: default y
//config: help
//config: du is used to report the amount of disk space used
//config: for specified files.
//config:
//config:config FEATURE_DU_DEFAULT_BLOCKSIZE_1K
-//config: bool "Use a default blocksize of 1024 bytes (1K)"
+//config: bool "Use default blocksize of 1024 bytes (else it's 512 bytes)"
//config: default y
//config: depends on DU
-//config: help
-//config: Use a blocksize of (1K) instead of the default 512b.
//applet:IF_DU(APPLET(du, BB_DIR_USR_BIN, BB_SUID_DROP))