[BusyBox-cvs] busybox/include usage.h,1.137,1.138
Erik Andersen
andersen at codepoet.org
Tue Jan 14 06:43:00 UTC 2003
Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv11397/include
Modified Files:
usage.h
Log Message:
Fixup addgroup help text
Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- usage.h 13 Jan 2003 21:40:35 -0000 1.137
+++ usage.h 14 Jan 2003 06:42:56 -0000 1.138
@@ -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" \
More information about the busybox-cvs
mailing list