diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-26 18:54:12 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-26 18:54:12 +0100 |
| commit | 4d417709b0fb837fd6884a9bc5a55027dec8a985 (patch) | |
| tree | e5343ccbc14bf67a9d3236dd66bdfd1bb5d46f5e | |
| parent | 786c9dc0c1351cea34e71a91c6bf34a3c62b19d4 (diff) | |
| download | busybox-w32-4d417709b0fb837fd6884a9bc5a55027dec8a985.tar.gz busybox-w32-4d417709b0fb837fd6884a9bc5a55027dec8a985.tar.bz2 busybox-w32-4d417709b0fb837fd6884a9bc5a55027dec8a985.zip | |
adduser: help for -G GRP is misleading, fix it
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | loginutils/adduser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/adduser.c b/loginutils/adduser.c index c218ac4aa..40bc816a1 100644 --- a/loginutils/adduser.c +++ b/loginutils/adduser.c | |||
| @@ -64,7 +64,7 @@ | |||
| 64 | //usage: "\n -h DIR Home directory" | 64 | //usage: "\n -h DIR Home directory" |
| 65 | //usage: "\n -g GECOS GECOS field" | 65 | //usage: "\n -g GECOS GECOS field" |
| 66 | //usage: "\n -s SHELL Login shell" | 66 | //usage: "\n -s SHELL Login shell" |
| 67 | //usage: "\n -G GRP Add user to existing group" | 67 | //usage: "\n -G GRP Group" |
| 68 | //usage: "\n -S Create a system user" | 68 | //usage: "\n -S Create a system user" |
| 69 | //usage: "\n -D Don't assign a password" | 69 | //usage: "\n -D Don't assign a password" |
| 70 | //usage: "\n -H Don't create home directory" | 70 | //usage: "\n -H Don't create home directory" |
