From 7de78f4bb8540e391d67383af69e1c34bad786d4 Mon Sep 17 00:00:00 2001 From: Konstantin Manna Date: Sun, 2 Aug 2015 14:46:07 +0200 Subject: [PATCH] renamed to correct in protocol --- fail2ban/protocol.py | 2 +- man/fail2ban-client.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fail2ban/protocol.py b/fail2ban/protocol.py index 2cace91f..5d9fdd65 100644 --- a/fail2ban/protocol.py +++ b/fail2ban/protocol.py @@ -89,7 +89,7 @@ protocol = [ ["set unbanip ", "manually Unban in "], ["set maxretry ", "sets the number of failures before banning the host for "], ["set maxlines ", "sets the number of to buffer for regex search for "], -["set addaction [ ]", "adds a new action named for . Optionally for a Python based action, a and can be specified, else will be a Command Action"], +["set addaction [ ]", "adds a new action named for . Optionally for a Python based action, a and can be specified, else will be a Command Action"], ["set delaction ", "removes the action from "], ["", "COMMAND ACTION CONFIGURATION", ""], ["set action actionstart ", "sets the start command of the action for "], diff --git a/man/fail2ban-client.1 b/man/fail2ban-client.1 index a43123da..39ac8bf6 100644 --- a/man/fail2ban-client.1 +++ b/man/fail2ban-client.1 @@ -229,7 +229,7 @@ sets the number of to buffer for regex search for .TP \fBset addaction [ ]\fR -adds a new action named for +adds a new action named for . Optionally for a Python based action, a and can be specified,