aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-05 13:16:39 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-05 13:16:39 +0000
commit00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1 (patch)
tree2c022b73bda2262e3bd8e6926e8759d2339a7b2b /include
parent45aebfd32d30de492c6c714cd5b6a08ae4a53867 (diff)
downloadbusybox-w32-00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1.tar.gz
busybox-w32-00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1.tar.bz2
busybox-w32-00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1.zip
- clean up addgroup, fix adding users to existing groups and make it optional (Tito)
Diffstat (limited to 'include')
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index f4edf0556..c729532e5 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -12,9 +12,9 @@
12#define __BB_USAGE_H__ 12#define __BB_USAGE_H__
13 13
14#define addgroup_trivial_usage \ 14#define addgroup_trivial_usage \
15 "[-g GID] group_name [user_name]" 15 "[-g GID]"USE_FEATURE_ADDUSER_TO_GROUP(" [user_name]")" group_name"
16#define addgroup_full_usage \ 16#define addgroup_full_usage \
17 "Add a group to the system" \ 17 "Add a group to the system"USE_FEATURE_ADDUSER_TO_GROUP(" or add an user to a group") \
18 "\n\nOptions:\n" \ 18 "\n\nOptions:\n" \
19 " -g GID Specify gid" 19 " -g GID Specify gid"
20 20