diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 3b3f7b333..e2072c843 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -488,6 +488,14 @@ config RMDIR | |||
488 | help | 488 | help |
489 | rmdir is used to remove empty directories. | 489 | rmdir is used to remove empty directories. |
490 | 490 | ||
491 | config FEATURE_RMDIR_LONG_OPTIONS | ||
492 | bool "Enable long options" | ||
493 | default n | ||
494 | depends on RMDIR && GETOPT_LONG | ||
495 | help | ||
496 | Support long options for the rmdir applet, including | ||
497 | --ignore-fail-on-non-empty for compatibility with GNU rmdir. | ||
498 | |||
491 | config SEQ | 499 | config SEQ |
492 | bool "seq" | 500 | bool "seq" |
493 | default n | 501 | default n |