aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-26 18:21:42 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-26 18:21:42 +0100
commit1359e0d1b9317bd5e45a51e2110a03a64a0ee0d0 (patch)
tree481f0f64185d2fd94c040dc2a5a19cc5f40a0653 /coreutils
parentca228fb16dddc3c959adad97a930612a6b5256db (diff)
downloadbusybox-w32-1359e0d1b9317bd5e45a51e2110a03a64a0ee0d0.tar.gz
busybox-w32-1359e0d1b9317bd5e45a51e2110a03a64a0ee0d0.tar.bz2
busybox-w32-1359e0d1b9317bd5e45a51e2110a03a64a0ee0d0.zip
df: explain FANCY options in helptext
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index fe481ffe1..6bdc85abb 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -183,6 +183,10 @@ config FEATURE_DF_FANCY
183 help 183 help
184 This option enables -a, -i and -B. 184 This option enables -a, -i and -B.
185 185
186 -a Show all filesystems
187 -i Inodes
188 -B <SIZE> Blocksize
189
186config DIRNAME 190config DIRNAME
187 bool "dirname" 191 bool "dirname"
188 default n 192 default n