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 | |
| parent | 4b525addb89d9e66b65e0a54ef7c15b677a74758 (diff) | |
| download | busybox-e0716ba23bbf7b6ec09d7c534d5ef14d424ac6aa.tar.gz | |
Fixup addgroup help text
| -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 @@  #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" \ | 
