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:
parent
27db71370a
commit
7fa666b909
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user