Fixup addgroup help text
This commit is contained in:
parent
4b525addb8
commit
e0716ba23b
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
#define addgroup_trivial_usage \
|
#define addgroup_trivial_usage \
|
||||||
"[OPTIONS] <group_name>"
|
"[OPTIONS] group_name [user_name]"
|
||||||
#define addgroup_full_usage \
|
#define addgroup_full_usage \
|
||||||
"Adds a group to the system" \
|
"Adds a group to the system" \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
"\t-g\t\tspecify gid\n"
|
"\t-g\t\tspecify gid\n"
|
||||||
|
|
||||||
#define adduser_trivial_usage \
|
#define adduser_trivial_usage \
|
||||||
"[OPTIONS] <user_name>"
|
"[OPTIONS] user_name"
|
||||||
#define adduser_full_usage \
|
#define adduser_full_usage \
|
||||||
"Adds a user to the system" \
|
"Adds a user to the system" \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue