diff options
Diffstat (limited to 'coreutils/rmdir.c')
-rw-r--r-- | coreutils/rmdir.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c index 2486ea67e..c04ce78f8 100644 --- a/coreutils/rmdir.c +++ b/coreutils/rmdir.c | |||
@@ -10,15 +10,15 @@ | |||
10 | //config: bool "rmdir (3.4 kb)" | 10 | //config: bool "rmdir (3.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: rmdir is used to remove empty directories. | 13 | //config: rmdir is used to remove empty directories. |
14 | //config: | 14 | //config: |
15 | //config:config FEATURE_RMDIR_LONG_OPTIONS | 15 | //config:config FEATURE_RMDIR_LONG_OPTIONS |
16 | //config: bool "Enable long options" | 16 | //config: bool "Enable long options" |
17 | //config: default y | 17 | //config: default y |
18 | //config: depends on RMDIR && LONG_OPTS | 18 | //config: depends on RMDIR && LONG_OPTS |
19 | //config: help | 19 | //config: help |
20 | //config: Support long options for the rmdir applet, including | 20 | //config: Support long options for the rmdir applet, including |
21 | //config: --ignore-fail-on-non-empty for compatibility with GNU rmdir. | 21 | //config: --ignore-fail-on-non-empty for compatibility with GNU rmdir. |
22 | 22 | ||
23 | //applet:IF_RMDIR(APPLET_NOFORK(rmdir, rmdir, BB_DIR_BIN, BB_SUID_DROP, rmdir)) | 23 | //applet:IF_RMDIR(APPLET_NOFORK(rmdir, rmdir, BB_DIR_BIN, BB_SUID_DROP, rmdir)) |
24 | 24 | ||