* 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

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