mirror of https://github.com/fail2ban/fail2ban
- Added "[BACKEND]" parameter to doc
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@414 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
15a4634c38
commit
0866e00021
|
@ -101,7 +101,7 @@ class Fail2banClient:
|
|||
print " set logtarget <TARGET> set log target to <TARGET>"
|
||||
print " get logtarget get log target"
|
||||
print
|
||||
print " add <JAIL> create <JAIL>"
|
||||
print " add <JAIL> [BACKEND] create <JAIL> using [BACKEND]"
|
||||
print " set <JAIL> <CMD> set the <CMD> value for <JAIL>"
|
||||
print " get <JAIL> <CMD> get the <CMD> value for <JAIL>"
|
||||
print " start <JAIL> start <JAIL>"
|
||||
|
|
|
@ -62,8 +62,8 @@ set log target to <TARGET>
|
|||
get logtarget
|
||||
get log target
|
||||
.TP
|
||||
add <JAIL>
|
||||
create <JAIL>
|
||||
add <JAIL> [BACKEND]
|
||||
create <JAIL> using [BACKEND]
|
||||
.TP
|
||||
set <JAIL> <CMD>
|
||||
set the <CMD> value for <JAIL>
|
||||
|
|
Loading…
Reference in New Issue