diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-16 23:45:11 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-16 23:45:11 +0000 |
commit | c185e290eec2aec779dce5f1bc5e540451167707 (patch) | |
tree | 8396dd8ff8a5dc4e9ff1ceddacc30d14c67bab76 /loginutils | |
parent | fb1642f2caa3690cb40f603fca22eeace09a0bfa (diff) | |
download | busybox-w32-c185e290eec2aec779dce5f1bc5e540451167707.tar.gz busybox-w32-c185e290eec2aec779dce5f1bc5e540451167707.tar.bz2 busybox-w32-c185e290eec2aec779dce5f1bc5e540451167707.zip |
config help fixes
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 4ca1c2597..d3ad400a8 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -101,7 +101,7 @@ config DELGROUP | |||
101 | Utility for deleting a group account. | 101 | Utility for deleting a group account. |
102 | 102 | ||
103 | config FEATURE_DEL_USER_FROM_GROUP | 103 | config FEATURE_DEL_USER_FROM_GROUP |
104 | bool "Support for removing users from groups." | 104 | bool "Support for removing users from groups" |
105 | default n | 105 | default n |
106 | depends on DELGROUP | 106 | depends on DELGROUP |
107 | help | 107 | help |