corrected little mistake

pull/47/head
Ark444 2015-12-05 17:01:59 +01:00
parent 0012062e8d
commit e04fb89171
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ int main(int argc, char *argv[]) {
{"ignore-empty-password", no_argument, NULL, 'e'},
{"inactivity-timeout", required_argument, NULL, 'I'},
{"show-failed-attempts", no_argument, NULL, 'f'},
{"clock", no_argument, NULL, "C"},
{"clock", no_argument, NULL, 'C'},
{NULL, no_argument, NULL, 0}};
if ((pw = getpwuid(getuid())) == NULL)