diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-26 18:21:42 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-26 18:21:42 +0100 |
commit | 1359e0d1b9317bd5e45a51e2110a03a64a0ee0d0 (patch) | |
tree | 481f0f64185d2fd94c040dc2a5a19cc5f40a0653 /coreutils | |
parent | ca228fb16dddc3c959adad97a930612a6b5256db (diff) | |
download | busybox-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.in | 4 |
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 | |||
186 | config DIRNAME | 190 | config DIRNAME |
187 | bool "dirname" | 191 | bool "dirname" |
188 | default n | 192 | default n |