* src/newusers.c, src/chpasswd.c, src/chgpasswd.c: Harmonize
usage messages.
This commit is contained in:
parent
daa8d1141e
commit
a92f55b609
@ -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>
|
2011-12-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* lib/Makefile.am, lib/prototypes.h, lib/selinux.c,
|
* lib/Makefile.am, lib/prototypes.h, lib/selinux.c,
|
||||||
|
@ -123,7 +123,7 @@ static /*@noreturn@*/void usage (int status)
|
|||||||
"Options:\n"),
|
"Options:\n"),
|
||||||
Prog);
|
Prog);
|
||||||
(void) fprintf (usageout,
|
(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
|
#ifndef USE_SHA_CRYPT
|
||||||
"NONE DES MD5"
|
"NONE DES MD5"
|
||||||
#else /* USE_SHA_CRYPT */
|
#else /* USE_SHA_CRYPT */
|
||||||
|
@ -116,7 +116,7 @@ static /*@noreturn@*/void usage (int status)
|
|||||||
"Options:\n"),
|
"Options:\n"),
|
||||||
Prog);
|
Prog);
|
||||||
(void) fprintf (usageout,
|
(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
|
#ifndef USE_SHA_CRYPT
|
||||||
"NONE DES MD5"
|
"NONE DES MD5"
|
||||||
#else /* USE_SHA_CRYPT */
|
#else /* USE_SHA_CRYPT */
|
||||||
|
@ -120,7 +120,7 @@ static void usage (int status)
|
|||||||
Prog);
|
Prog);
|
||||||
#ifndef USE_PAM
|
#ifndef USE_PAM
|
||||||
(void) fprintf (usageout,
|
(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
|
#ifndef USE_SHA_CRYPT
|
||||||
"NONE DES MD5"
|
"NONE DES MD5"
|
||||||
#else /* USE_SHA_CRYPT */
|
#else /* USE_SHA_CRYPT */
|
||||||
|
Loading…
Reference in New Issue
Block a user