diff options
author | Pere Orga <gotrunks@gmail.com> | 2011-04-01 22:56:30 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-03 01:33:55 +0200 |
commit | 6a3e01d5a9f979f7d6e52665c2bf6c74e2592980 (patch) | |
tree | b7d40d6e0c6042f0d102101ff7b5784d2f0536ba /loginutils/deluser.c | |
parent | fa9126e68904b16aee2a0fc47688ffe17403152a (diff) | |
download | busybox-w32-6a3e01d5a9f979f7d6e52665c2bf6c74e2592980.tar.gz busybox-w32-6a3e01d5a9f979f7d6e52665c2bf6c74e2592980.tar.bz2 busybox-w32-6a3e01d5a9f979f7d6e52665c2bf6c74e2592980.zip |
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c
Signed-off-by: Pere Orga <gotrunks@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils/deluser.c')
-rw-r--r-- | loginutils/deluser.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/loginutils/deluser.c b/loginutils/deluser.c index 47a10fe14..e39ac5506 100644 --- a/loginutils/deluser.c +++ b/loginutils/deluser.c | |||
@@ -9,6 +9,18 @@ | |||
9 | * Licensed under GPLv2, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | * | 10 | * |
11 | */ | 11 | */ |
12 | |||
13 | //usage:#define deluser_trivial_usage | ||
14 | //usage: "USER" | ||
15 | //usage:#define deluser_full_usage "\n\n" | ||
16 | //usage: "Delete USER from the system" | ||
17 | |||
18 | //usage:#define delgroup_trivial_usage | ||
19 | //usage: IF_FEATURE_DEL_USER_FROM_GROUP("[USER] ")"GROUP" | ||
20 | //usage:#define delgroup_full_usage "\n\n" | ||
21 | //usage: "Delete group GROUP from the system" | ||
22 | //usage: IF_FEATURE_DEL_USER_FROM_GROUP(" or user USER from group GROUP") | ||
23 | |||
12 | #include "libbb.h" | 24 | #include "libbb.h" |
13 | 25 | ||
14 | int deluser_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 26 | int deluser_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |