From: Eric Andersen Date: Tue, 14 Jan 2003 06:42:56 +0000 (-0000) Subject: Fixup addgroup help text X-Git-Tag: 1_00_pre1~239 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e0716ba23bbf7b6ec09d7c534d5ef14d424ac6aa;p=oweals%2Fbusybox.git Fixup addgroup help text --- diff --git a/include/usage.h b/include/usage.h index 0a0948bdd..aaac7dfd9 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1,12 +1,12 @@ #define addgroup_trivial_usage \ - "[OPTIONS] " + "[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] " + "[OPTIONS] user_name" #define adduser_full_usage \ "Adds a user to the system" \ "Options:\n" \