diff options
author | Bernhard Reutner-Fischer | 2010-02-26 18:21:42 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2010-02-26 18:21:42 +0100 |
commit | 1359e0d1b9317bd5e45a51e2110a03a64a0ee0d0 (patch) | |
tree | 481f0f64185d2fd94c040dc2a5a19cc5f40a0653 | |
parent | ca228fb16dddc3c959adad97a930612a6b5256db (diff) | |
download | busybox-1359e0d1b9317bd5e45a51e2110a03a64a0ee0d0.zip busybox-1359e0d1b9317bd5e45a51e2110a03a64a0ee0d0.tar.gz |
df: explain FANCY options in helptext
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | coreutils/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index fe481ff..6bdc85a 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 |