projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b525ad
)
Fixup addgroup help text
author
Eric Andersen
<andersen@codepoet.org>
Tue, 14 Jan 2003 06:42:56 +0000
(06:42 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 14 Jan 2003 06:42:56 +0000
(06:42 -0000)
include/usage.h
patch
|
blob
|
history
diff --git
a/include/usage.h
b/include/usage.h
index 0a0948bdd40beba4eb4700f2715205c17d145ec9..aaac7dfd90a39ce0035176dfb18b636a8895c1e1 100644
(file)
--- 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" \