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-1359e0d1b9317bd5e45a51e2110a03a64a0ee0d0.tar.gz
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
help
This option enables -a, -i and -B.
+ -a Show all filesystems
+ -i Inodes
+ -B <SIZE> Blocksize
+
config DIRNAME
bool "dirname"
default n