From 192c35f6eb2bb85e28c697a45c7d80a43ec6e743 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 2 Sep 2004 22:22:17 +0000 Subject: 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 --- include/usage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/usage.h') 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 @@ #define addgroup_trivial_usage \ "[-g GID] group_name [user_name]" #define addgroup_full_usage \ - "Adds a group to the system" \ + "Adds a group to the system\n\n" \ "Options:\n" \ "\t-g GID\t\tspecify gid" #define adduser_trivial_usage \ "[OPTIONS] user_name" #define adduser_full_usage \ - "Adds a user to the system" \ + "Adds a user to the system\n\n" \ "Options:\n" \ "\t-h DIR\t\tAssign home directory DIR\n" \ "\t-g GECOS\tAssign gecos field GECOS\n" \ -- cgit v1.2.3