diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 6 |
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 | |||
136 | df reports the amount of disk space used and available | 136 | df reports the amount of disk space used and available |
137 | on filesystems. | 137 | on filesystems. |
138 | 138 | ||
139 | config FEATURE_DF_INODE | 139 | config FEATURE_DF_FANCY |
140 | bool "Enable -i (inode information)" | 140 | bool "Enable -a, -i, -B" |
141 | default n | 141 | default n |
142 | depends on DF | 142 | depends on DF |
143 | help | 143 | help |
144 | This option enables support for df -i. | 144 | This option enables -a, -i and -B. |
145 | 145 | ||
146 | config DIRNAME | 146 | config DIRNAME |
147 | bool "dirname" | 147 | bool "dirname" |