Fix typo: the warndays option was called warning. This is now warndays,

as documented in the manpage and usage.  Debian patch 417_passwd_warndays.
This commit is contained in:
nekral-guest 2007-11-17 16:57:37 +00:00
parent fb6cb07a60
commit be972d7db3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2007-11-17 Nicolas François <nicolas.francois@centraliens.net>
* src/passwd.c: Fix typo: the warndays option was called warning.
This is now warndays, as documented in the manpage and usage.
Debian patch 417_passwd_warndays.
2007-11-17 Nicolas François <nicolas.francois@centraliens.net>
* NEWS, src/pwck.c: Remove the preprocessor check SHADOWPWD. The

View File

@ -654,7 +654,7 @@ int main (int argc, char **argv)
{"repository", required_argument, NULL, 'r'},
{"status", no_argument, NULL, 'S'},
{"unlock", no_argument, NULL, 'u'},
{"warning", required_argument, NULL, 'w'},
{"warndays", required_argument, NULL, 'w'},
{"maxdays", required_argument, NULL, 'x'},
{NULL, 0, NULL, '\0'}
};