diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /coreutils/rmdir.c | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.bz2 busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip |
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 | ||