aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 413839035..29b55d4ec 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -136,12 +136,12 @@ config DF
df reports the amount of disk space used and available
on filesystems.
-config FEATURE_DF_INODE
- bool "Enable -i (inode information)"
+config FEATURE_DF_FANCY
+ bool "Enable -a, -i, -B"
default n
depends on DF
help
- This option enables support for df -i.
+ This option enables -a, -i and -B.
config DIRNAME
bool "dirname"