From: nekral-guest Date: Tue, 19 Feb 2008 21:21:52 +0000 (+0000) Subject: Add missing -p, --password description to the Usage message. X-Git-Tag: 4.1.1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc641054a1ed60abb91e7d84f21af8544286e244;p=thirdparty%2Fshadow.git Add missing -p, --password description to the Usage message. --- diff --git a/ChangeLog b/ChangeLog index 01d12a9d7..adbe06a1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * src/groupadd.c: Add missing 'p' to the getopt_long's optstring. * src/groupadd.c: Fix --non-unique's has_arg field to no_argument instead of required_argument. + * src/groupadd.c: Add missing -p, --password description to the + Usage message. 2008-02-19 Nicolas François diff --git a/src/groupadd.c b/src/groupadd.c index 187a018cb..8f5761fa6 100644 --- a/src/groupadd.c +++ b/src/groupadd.c @@ -115,6 +115,7 @@ static void usage (void) " -K, --key KEY=VALUE overrides /etc/login.defs defaults\n" " -o, --non-unique allow create group with duplicate\n" " (non-unique) GID\n" + " -p, --password PASSWORD use encrypted password for the new group\n" " -r, --system create a system account\n" "\n"), stderr); exit (E_USAGE);