* src/chgpasswd.c: Fix typo.

This commit is contained in:
nekral-guest 2011-07-28 14:36:24 +00:00
parent 7180f03376
commit 7fed07f1e9
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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"