From: nekral-guest Date: Sun, 31 Aug 2008 17:28:39 +0000 (+0000) Subject: * src/passwd.c: Fix a typo in the Usage string. X-Git-Tag: 4.1.3~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b3266f228d64bcf396104affcd6c19f383e8f20;p=thirdparty%2Fshadow.git * src/passwd.c: Fix a typo in the Usage string. --- diff --git a/ChangeLog b/ChangeLog index 8ffceab16..4d9150c26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-28 Nicolas François + + * src/passwd.c: Fix a typo in the Usage string. + 2008-08-28 Nicolas François * src/grpconv.c, src/groups.c: Name the parameters in the diff --git a/src/passwd.c b/src/passwd.c index 8f2508837..10461d111 100644 --- a/src/passwd.c +++ b/src/passwd.c @@ -174,7 +174,7 @@ static void usage (int status) " -S, --status report password status on the named account\n" " -u, --unlock unlock the password of the named account\n" " -w, --warndays WARN_DAYS set expiration warning days to WARN_DAYS\n" - " -x, --maxdays MAX_DAYS set maximim number of days before password\n" + " -x, --maxdays MAX_DAYS set maximum number of days before password\n" " change to MAX_DAYS\n" "\n"), stderr); exit (status);