* src/passwd.c: Fix a typo in the Usage string.

This commit is contained in:
nekral-guest 2008-08-31 17:28:39 +00:00
parent ce4152c817
commit 6b3266f228
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-08-28 Nicolas François <nicolas.francois@centraliens.net>
* src/passwd.c: Fix a typo in the Usage string.
2008-08-28 Nicolas François <nicolas.francois@centraliens.net>
* src/grpconv.c, src/groups.c: Name the parameters in the

View File

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