aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-09-02 22:22:17 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-09-02 22:22:17 +0000
commit66c30f22f42e22d0062b88990d46dbe85c6bcf11 (patch)
treecca9dfaedbd20844b78eccf5e30b9d0f95b5975a /include
parent55c6ad8eccb1a025f75ad5f5c6b597419a1680e7 (diff)
downloadbusybox-w32-66c30f22f42e22d0062b88990d46dbe85c6bcf11.tar.gz
busybox-w32-66c30f22f42e22d0062b88990d46dbe85c6bcf11.tar.bz2
busybox-w32-66c30f22f42e22d0062b88990d46dbe85c6bcf11.zip
Tito writes:
The second patch contains: 1) a size optimization for adduser.c 2) removes a warning about an unused variable in syslogd.c if CONFIG_FEATURE_REMOTE_LOG is not set 3)cosmetic fixes for addgroup_full_usage and adduser_full_usage Ciao, Tito git-svn-id: svn://busybox.net/trunk/busybox@9195 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index a0b812a4a..f87f367c4 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -4,14 +4,14 @@
4#define addgroup_trivial_usage \ 4#define addgroup_trivial_usage \
5 "[-g GID] group_name [user_name]" 5 "[-g GID] group_name [user_name]"
6#define addgroup_full_usage \ 6#define addgroup_full_usage \
7 "Adds a group to the system" \ 7 "Adds a group to the system\n\n" \
8 "Options:\n" \ 8 "Options:\n" \
9 "\t-g GID\t\tspecify gid" 9 "\t-g GID\t\tspecify gid"
10 10
11#define adduser_trivial_usage \ 11#define adduser_trivial_usage \
12 "[OPTIONS] user_name" 12 "[OPTIONS] user_name"
13#define adduser_full_usage \ 13#define adduser_full_usage \
14 "Adds a user to the system" \ 14 "Adds a user to the system\n\n" \
15 "Options:\n" \ 15 "Options:\n" \
16 "\t-h DIR\t\tAssign home directory DIR\n" \ 16 "\t-h DIR\t\tAssign home directory DIR\n" \
17 "\t-g GECOS\tAssign gecos field GECOS\n" \ 17 "\t-g GECOS\tAssign gecos field GECOS\n" \