From: nekral-guest Date: Fri, 9 Dec 2011 21:31:39 +0000 (+0000) Subject: * src/newusers.c, src/chpasswd.c, src/chgpasswd.c: Harmonize X-Git-Tag: 4.1.5~31 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a92f55b609d1d28e39cb2967c593e4761eb6edf0;p=thirdparty%2Fshadow.git * src/newusers.c, src/chpasswd.c, src/chgpasswd.c: Harmonize usage messages. --- diff --git a/ChangeLog b/ChangeLog index b916b48ec..1f2bd7048 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-09 Nicolas François + + * src/newusers.c, src/chpasswd.c, src/chgpasswd.c: Harmonize + usage messages. + 2011-12-09 Nicolas François * lib/Makefile.am, lib/prototypes.h, lib/selinux.c, diff --git a/src/chgpasswd.c b/src/chgpasswd.c index dab8574a1..0f41d0be2 100644 --- a/src/chgpasswd.c +++ b/src/chgpasswd.c @@ -123,7 +123,7 @@ static /*@noreturn@*/void usage (int status) "Options:\n"), Prog); (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 */ diff --git a/src/chpasswd.c b/src/chpasswd.c index 9ebfabe68..928e2d752 100644 --- a/src/chpasswd.c +++ b/src/chpasswd.c @@ -116,7 +116,7 @@ static /*@noreturn@*/void usage (int status) "Options:\n"), Prog); (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 */ diff --git a/src/newusers.c b/src/newusers.c index 447676f37..994898e35 100644 --- a/src/newusers.c +++ b/src/newusers.c @@ -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 */