forgotten bit of rmdir long options support

This commit is contained in:
Denis Vlasenko 2008-02-24 22:45:04 +00:00
parent 6d8112cc24
commit a2f47358eb

View File

@ -488,6 +488,14 @@ config RMDIR
help
rmdir is used to remove empty directories.
config FEATURE_RMDIR_LONG_OPTIONS
bool "Enable long options"
default n
depends on RMDIR && GETOPT_LONG
help
Support long options for the rmdir applet, including
--ignore-fail-on-non-empty for compatibility with GNU rmdir.
config SEQ
bool "seq"
default n