aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 88642d71e..f9db0671d 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -204,7 +204,7 @@ config ENV
204config FEATURE_ENV_LONG_OPTIONS 204config FEATURE_ENV_LONG_OPTIONS
205 bool "Enable long options" 205 bool "Enable long options"
206 default n 206 default n
207 depends on ENV && GETOPT_LONG 207 depends on ENV && LONG_OPTS
208 help 208 help
209 Support long options for the env applet. 209 Support long options for the env applet.
210 210
@@ -217,7 +217,7 @@ config EXPAND
217config FEATURE_EXPAND_LONG_OPTIONS 217config FEATURE_EXPAND_LONG_OPTIONS
218 bool "Enable long options" 218 bool "Enable long options"
219 default n 219 default n
220 depends on EXPAND && GETOPT_LONG 220 depends on EXPAND && LONG_OPTS
221 help 221 help
222 Support long options for the expand applet. 222 Support long options for the expand applet.
223 223
@@ -291,7 +291,7 @@ config INSTALL
291config FEATURE_INSTALL_LONG_OPTIONS 291config FEATURE_INSTALL_LONG_OPTIONS
292 bool "Enable long options" 292 bool "Enable long options"
293 default n 293 default n
294 depends on INSTALL && GETOPT_LONG 294 depends on INSTALL && LONG_OPTS
295 help 295 help
296 Support long options for the install applet. 296 Support long options for the install applet.
297 297
@@ -364,7 +364,7 @@ config FEATURE_LS_USERNAME
364config FEATURE_LS_COLOR 364config FEATURE_LS_COLOR
365 bool "Allow use of color to identify file types" 365 bool "Allow use of color to identify file types"
366 default y 366 default y
367 depends on LS && GETOPT_LONG 367 depends on LS && LONG_OPTS
368 help 368 help
369 This enables the --color option to ls. 369 This enables the --color option to ls.
370 370
@@ -394,7 +394,7 @@ config MKDIR
394config FEATURE_MKDIR_LONG_OPTIONS 394config FEATURE_MKDIR_LONG_OPTIONS
395 bool "Enable long options" 395 bool "Enable long options"
396 default n 396 default n
397 depends on MKDIR && GETOPT_LONG 397 depends on MKDIR && LONG_OPTS
398 help 398 help
399 Support long options for the mkdir applet. 399 Support long options for the mkdir applet.
400 400
@@ -421,7 +421,7 @@ config MV
421config FEATURE_MV_LONG_OPTIONS 421config FEATURE_MV_LONG_OPTIONS
422 bool "Enable long options" 422 bool "Enable long options"
423 default n 423 default n
424 depends on MV && GETOPT_LONG 424 depends on MV && LONG_OPTS
425 help 425 help
426 Support long options for the mv applet. 426 Support long options for the mv applet.
427 427
@@ -498,7 +498,7 @@ config RMDIR
498config FEATURE_RMDIR_LONG_OPTIONS 498config FEATURE_RMDIR_LONG_OPTIONS
499 bool "Enable long options" 499 bool "Enable long options"
500 default n 500 default n
501 depends on RMDIR && GETOPT_LONG 501 depends on RMDIR && LONG_OPTS
502 help 502 help
503 Support long options for the rmdir applet, including 503 Support long options for the rmdir applet, including
504 --ignore-fail-on-non-empty for compatibility with GNU rmdir. 504 --ignore-fail-on-non-empty for compatibility with GNU rmdir.
@@ -732,7 +732,7 @@ config UNEXPAND
732config FEATURE_UNEXPAND_LONG_OPTIONS 732config FEATURE_UNEXPAND_LONG_OPTIONS
733 bool "Enable long options" 733 bool "Enable long options"
734 default n 734 default n
735 depends on UNEXPAND && GETOPT_LONG 735 depends on UNEXPAND && LONG_OPTS
736 help 736 help
737 Support long options for the unexpand applet. 737 Support long options for the unexpand applet.
738 738