From 6b3266f228d64bcf396104affcd6c19f383e8f20 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 31 Aug 2008 17:28:39 +0000 Subject: [PATCH] * src/passwd.c: Fix a typo in the Usage string. --- ChangeLog | 4 ++++ src/passwd.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8ffceab1..4d9150c2 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 8f250883..10461d11 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);