Browse Source

- Added "[BACKEND]" parameter to doc

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@414 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 18 years ago
parent
commit
0866e00021
  1. 2
      fail2ban-client
  2. 4
      man/fail2ban-client.1

2
fail2ban-client

@ -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>"

4
man/fail2ban-client.1

@ -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…
Cancel
Save