]> granicus.if.org Git - shadow/commitdiff
Add missing -p, --password description to the Usage message.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 19 Feb 2008 21:21:52 +0000 (21:21 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 19 Feb 2008 21:21:52 +0000 (21:21 +0000)
ChangeLog
src/groupadd.c

index 01d12a9d7c98dec291bfa7d99add333d5346715b..adbe06a1c026706f516bb251f416434b058a8bce 100644 (file)
--- 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  <nicolas.francois@centraliens.net>
 
index 187a018cb00911e8d4e3d838a870b86d2b619994..8f5761fa6d7ce43e12a739cf10f4bc7fffb0ea94 100644 (file)
@@ -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);