diff options
-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 |