diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-01-14 06:42:56 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-01-14 06:42:56 +0000 |
commit | 0bda6888233f8830a6b8ec0bc974f9c1dda2f0ff (patch) | |
tree | 7668326e58a15b94e333e2328cb23a5ab5a7bca7 | |
parent | b88b08344fb800495ea145cf29d7a98f69b4d429 (diff) | |
download | busybox-w32-0bda6888233f8830a6b8ec0bc974f9c1dda2f0ff.tar.gz busybox-w32-0bda6888233f8830a6b8ec0bc974f9c1dda2f0ff.tar.bz2 busybox-w32-0bda6888233f8830a6b8ec0bc974f9c1dda2f0ff.zip |
Fixup addgroup help text
git-svn-id: svn://busybox.net/trunk/busybox@6326 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | include/usage.h | 4 |
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 @@ | |||
1 | #define addgroup_trivial_usage \ | 1 | #define addgroup_trivial_usage \ |
2 | "[OPTIONS] <group_name>" | 2 | "[OPTIONS] group_name [user_name]" |
3 | #define addgroup_full_usage \ | 3 | #define addgroup_full_usage \ |
4 | "Adds a group to the system" \ | 4 | "Adds a group to the system" \ |
5 | "Options:\n" \ | 5 | "Options:\n" \ |
6 | "\t-g\t\tspecify gid\n" | 6 | "\t-g\t\tspecify gid\n" |
7 | 7 | ||
8 | #define adduser_trivial_usage \ | 8 | #define adduser_trivial_usage \ |
9 | "[OPTIONS] <user_name>" | 9 | "[OPTIONS] user_name" |
10 | #define adduser_full_usage \ | 10 | #define adduser_full_usage \ |
11 | "Adds a user to the system" \ | 11 | "Adds a user to the system" \ |
12 | "Options:\n" \ | 12 | "Options:\n" \ |