diff options
| author | Eric Andersen <andersen@codepoet.org> | 2003-01-14 06:42:56 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2003-01-14 06:42:56 +0000 |
| commit | e0716ba23bbf7b6ec09d7c534d5ef14d424ac6aa (patch) | |
| tree | 7668326e58a15b94e333e2328cb23a5ab5a7bca7 /include | |
| parent | 4b525addb89d9e66b65e0a54ef7c15b677a74758 (diff) | |
| download | busybox-w32-e0716ba23bbf7b6ec09d7c534d5ef14d424ac6aa.tar.gz busybox-w32-e0716ba23bbf7b6ec09d7c534d5ef14d424ac6aa.tar.bz2 busybox-w32-e0716ba23bbf7b6ec09d7c534d5ef14d424ac6aa.zip | |
Fixup addgroup help text
Diffstat (limited to 'include')
| -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" \ |
