[Pkg-shadow-commits] r3652 - in upstream/trunk: . src
Nicolas FRANÇOIS
nekral-guest at alioth.debian.org
Fri Dec 9 21:31:39 UTC 2011
Author: nekral-guest
Date: 2011-12-09 21:31:39 +0000 (Fri, 09 Dec 2011)
New Revision: 3652
Modified:
upstream/trunk/ChangeLog
upstream/trunk/src/chgpasswd.c
upstream/trunk/src/chpasswd.c
upstream/trunk/src/newusers.c
Log:
* src/newusers.c, src/chpasswd.c, src/chgpasswd.c: Harmonize
usage messages.
Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog 2011-12-09 21:30:19 UTC (rev 3651)
+++ upstream/trunk/ChangeLog 2011-12-09 21:31:39 UTC (rev 3652)
@@ -1,5 +1,10 @@
2011-12-09 Nicolas François <nicolas.francois at centraliens.net>
+ * src/newusers.c, src/chpasswd.c, src/chgpasswd.c: Harmonize
+ usage messages.
+
+2011-12-09 Nicolas François <nicolas.francois at centraliens.net>
+
* lib/Makefile.am, lib/prototypes.h, lib/selinux.c,
lib/semanage.c, po/POTFILES.in: Move lib/selinux.c to
lib/semanage.c.
Modified: upstream/trunk/src/chgpasswd.c
===================================================================
--- upstream/trunk/src/chgpasswd.c 2011-12-09 21:30:19 UTC (rev 3651)
+++ upstream/trunk/src/chgpasswd.c 2011-12-09 21:31:39 UTC (rev 3652)
@@ -123,7 +123,7 @@
"Options:\n"),
Prog);
(void) fprintf (usageout,
- _(" -c, --crypt-method <METHOD> the crypt method (one of %s)\n"),
+ _(" -c, --crypt-method METHOD the crypt method (one of %s)\n"),
#ifndef USE_SHA_CRYPT
"NONE DES MD5"
#else /* USE_SHA_CRYPT */
Modified: upstream/trunk/src/chpasswd.c
===================================================================
--- upstream/trunk/src/chpasswd.c 2011-12-09 21:30:19 UTC (rev 3651)
+++ upstream/trunk/src/chpasswd.c 2011-12-09 21:31:39 UTC (rev 3652)
@@ -116,7 +116,7 @@
"Options:\n"),
Prog);
(void) fprintf (usageout,
- _(" -c, --crypt-method <METHOD> the crypt method (one of %s)\n"),
+ _(" -c, --crypt-method METHOD the crypt method (one of %s)\n"),
#ifndef USE_SHA_CRYPT
"NONE DES MD5"
#else /* USE_SHA_CRYPT */
Modified: upstream/trunk/src/newusers.c
===================================================================
--- upstream/trunk/src/newusers.c 2011-12-09 21:30:19 UTC (rev 3651)
+++ upstream/trunk/src/newusers.c 2011-12-09 21:31:39 UTC (rev 3652)
@@ -120,7 +120,7 @@
Prog);
#ifndef USE_PAM
(void) fprintf (usageout,
- _(" -c, --crypt-method the crypt method (one of %s)\n"),
+ _(" -c, --crypt-method METHOD the crypt method (one of %s)\n"),
#ifndef USE_SHA_CRYPT
"NONE DES MD5"
#else /* USE_SHA_CRYPT */
More information about the Pkg-shadow-commits
mailing list