[Pkg-shadow-commits] r1856 - in upstream/trunk: . src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Feb 19 21:21:53 UTC 2008


Author: nekral-guest
Date: 2008-02-19 21:21:52 +0000 (Tue, 19 Feb 2008)
New Revision: 1856

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/groupadd.c
Log:
Add missing -p, --password description to the Usage message.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-02-19 21:18:04 UTC (rev 1855)
+++ upstream/trunk/ChangeLog	2008-02-19 21:21:52 UTC (rev 1856)
@@ -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 at centraliens.net>
 

Modified: upstream/trunk/src/groupadd.c
===================================================================
--- upstream/trunk/src/groupadd.c	2008-02-19 21:18:04 UTC (rev 1855)
+++ upstream/trunk/src/groupadd.c	2008-02-19 21:21:52 UTC (rev 1856)
@@ -115,6 +115,7 @@
 	         "  -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);




More information about the Pkg-shadow-commits mailing list