* src/chgpasswd.c: Fix typo.
This commit is contained in:
parent
7180f03376
commit
7fed07f1e9
@ -1,3 +1,7 @@
|
||||
2011-07-28 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* src/chgpasswd.c: Fix typo.
|
||||
|
||||
2011-07-23 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* NEWS, src/login.c: Do not log in utmp / utmpx / wtmp when PAM is
|
||||
|
@ -122,7 +122,7 @@ static /*@noreturn@*/void usage (int status)
|
||||
"\n"
|
||||
"Options:\n"),
|
||||
Prog);
|
||||
void) fprintf (usageout,
|
||||
(void) fprintf (usageout,
|
||||
_(" -c, --crypt-method <METHOD> the crypt method (one of %s)\n"),
|
||||
#ifndef USE_SHA_CRYPT
|
||||
"NONE DES MD5"
|
||||
|
Loading…
Reference in New Issue
Block a user