From 7fed07f1e91360a60846088455143de2b3a6d1a4 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Thu, 28 Jul 2011 14:36:24 +0000 Subject: [PATCH] * src/chgpasswd.c: Fix typo. --- ChangeLog | 4 ++++ src/chgpasswd.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 93451717..0ccf8153 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-07-28 Nicolas François + + * src/chgpasswd.c: Fix typo. + 2011-07-23 Nicolas François * NEWS, src/login.c: Do not log in utmp / utmpx / wtmp when PAM is diff --git a/src/chgpasswd.c b/src/chgpasswd.c index 73fdf395..409ea6e0 100644 --- a/src/chgpasswd.c +++ b/src/chgpasswd.c @@ -122,7 +122,7 @@ static /*@noreturn@*/void usage (int status) "\n" "Options:\n"), Prog); - void) fprintf (usageout, + (void) fprintf (usageout, _(" -c, --crypt-method the crypt method (one of %s)\n"), #ifndef USE_SHA_CRYPT "NONE DES MD5"