2009-10-15 Thorsten Kukuk <kukuk@suse.de>

* src/faillog.c, man/faillog.8.xml: Harmonize long option in code
	and documentation. Use --lock-secs instead of --lock-time.
This commit is contained in:
nekral-guest 2009-10-17 20:40:53 +00:00
parent 27db71370a
commit 7fa666b909
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-10-15 Thorsten Kukuk <kukuk@suse.de>
* src/faillog.c, man/faillog.8.xml: Harmonize long option in code
and documentation. Use --lock-secs instead of --lock-time.
2009-10-05 Miroslav Kure <kurem@upcase.inf.upol.cz>
* po/cs.po: updated to 412t

View File

@ -84,7 +84,7 @@
</varlistentry>
<varlistentry>
<term>
<option>-l</option>, <option>--lock-time</option>
<option>-l</option>, <option>--lock-secs</option>
<replaceable>SEC</replaceable>
</term>
<listitem>

View File

@ -90,7 +90,7 @@ static void usage (int status)
"faillog");
(void) fputs (_(" -a, --all display faillog records for all users\n"), usageout);
(void) fputs (_(" -h, --help display this help message and exit\n"), usageout);
(void) fputs (_(" -l, --lock-time SEC after failed login lock account for SEC seconds\n"), usageout);
(void) fputs (_(" -l, --lock-secs SEC after failed login lock account for SEC seconds\n"), usageout);
(void) fputs (_(" -m, --maximum MAX set maximum failed login counters to MAX\n"), usageout);
(void) fputs (_(" -r, --reset reset the counters of login failures\n"), usageout);
(void) fputs (_(" -t, --time DAYS display faillog records more recent than DAYS\n"), usageout);