aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-14 06:42:56 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-14 06:42:56 +0000
commite0716ba23bbf7b6ec09d7c534d5ef14d424ac6aa (patch)
tree7668326e58a15b94e333e2328cb23a5ab5a7bca7 /include
parent4b525addb89d9e66b65e0a54ef7c15b677a74758 (diff)
downloadbusybox-e0716ba23bbf7b6ec09d7c534d5ef14d424ac6aa.tar.gz
Fixup addgroup help text
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 0a0948bdd..aaac7dfd9 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1,12 +1,12 @@
#define addgroup_trivial_usage \
- "[OPTIONS] <group_name>"
+ "[OPTIONS] group_name [user_name]"
#define addgroup_full_usage \
"Adds a group to the system" \
"Options:\n" \
"\t-g\t\tspecify gid\n"
#define adduser_trivial_usage \
- "[OPTIONS] <user_name>"
+ "[OPTIONS] user_name"
#define adduser_full_usage \
"Adds a user to the system" \
"Options:\n" \