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 /loginutils/addgroup.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 'loginutils/addgroup.c')
-rw-r--r-- | loginutils/addgroup.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/loginutils/addgroup.c b/loginutils/addgroup.c index c02ff10e9..b197fc149 100644 --- a/loginutils/addgroup.c +++ b/loginutils/addgroup.c | |||
@@ -13,7 +13,7 @@ | |||
13 | //config: bool "addgroup (8.2 kb)" | 13 | //config: bool "addgroup (8.2 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: Utility for creating a new group account. | 16 | //config: Utility for creating a new group account. |
17 | //config: | 17 | //config: |
18 | //config:config FEATURE_ADDGROUP_LONG_OPTIONS | 18 | //config:config FEATURE_ADDGROUP_LONG_OPTIONS |
19 | //config: bool "Enable long options" | 19 | //config: bool "Enable long options" |
@@ -25,9 +25,9 @@ | |||
25 | //config: default y | 25 | //config: default y |
26 | //config: depends on ADDGROUP | 26 | //config: depends on ADDGROUP |
27 | //config: help | 27 | //config: help |
28 | //config: If called with two non-option arguments, | 28 | //config: If called with two non-option arguments, |
29 | //config: addgroup will add an existing user to an | 29 | //config: addgroup will add an existing user to an |
30 | //config: existing group. | 30 | //config: existing group. |
31 | 31 | ||
32 | //applet:IF_ADDGROUP(APPLET(addgroup, BB_DIR_USR_SBIN, BB_SUID_DROP)) | 32 | //applet:IF_ADDGROUP(APPLET(addgroup, BB_DIR_USR_SBIN, BB_SUID_DROP)) |
33 | 33 | ||