]> granicus.if.org Git - shadow/commitdiff
* src/newusers.c, src/chpasswd.c, src/chgpasswd.c: Harmonize
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 9 Dec 2011 21:31:39 +0000 (21:31 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 9 Dec 2011 21:31:39 +0000 (21:31 +0000)
usage messages.

ChangeLog
src/chgpasswd.c
src/chpasswd.c
src/newusers.c

index b916b48ec594802e4235f9ab70bf50c413d7ae72..1f2bd70484ad8dbb0481f9c41ce51f5969340642 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-09  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/newusers.c, src/chpasswd.c, src/chgpasswd.c: Harmonize
+       usage messages.
+
 2011-12-09  Nicolas François  <nicolas.francois@centraliens.net>
 
        * lib/Makefile.am, lib/prototypes.h, lib/selinux.c,
index dab8574a11e1043e99875ed57f1947c19034be65..0f41d0be2d792a56d060fd44ba0cb24cb5b3b889 100644 (file)
@@ -123,7 +123,7 @@ static /*@noreturn@*/void usage (int status)
                          "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 */
index 9ebfabe6841c8dc4a55eb25079859dbf9b8b14b1..928e2d7528191734f088b4be88ebf2f5b96034e2 100644 (file)
@@ -116,7 +116,7 @@ static /*@noreturn@*/void usage (int status)
                          "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 */
index 447676f3712b1c0556a9a9e7590057abc2b5b925..994898e3514295ad0afd9ecd8819cabfa9d98771 100644 (file)
@@ -120,7 +120,7 @@ static void usage (int status)
                        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 */