* src/passwd.c: Fix a typo in the Usage string.
This commit is contained in:
parent
ce4152c817
commit
6b3266f228
@ -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>
|
2008-08-28 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/grpconv.c, src/groups.c: Name the parameters in the
|
* src/grpconv.c, src/groups.c: Name the parameters in the
|
||||||
|
@ -174,7 +174,7 @@ static void usage (int status)
|
|||||||
" -S, --status report password status on the named account\n"
|
" -S, --status report password status on the named account\n"
|
||||||
" -u, --unlock unlock the password of 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"
|
" -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"
|
" change to MAX_DAYS\n"
|
||||||
"\n"), stderr);
|
"\n"), stderr);
|
||||||
exit (status);
|
exit (status);
|
||||||
|
Loading…
Reference in New Issue
Block a user