From bc5809ead00882eed39f64bcea6c55fec92fce23 Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Mon, 6 Jan 2014 21:19:22 +0000 Subject: [PATCH] DOC: Remove encoding descriptive tag from protocol "get" command --- fail2ban/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban/protocol.py b/fail2ban/protocol.py index 977cc891..f3cc096e 100644 --- a/fail2ban/protocol.py +++ b/fail2ban/protocol.py @@ -90,7 +90,7 @@ protocol = [ ["set action [ ]", "calls the with for the action for "], ['', "JAIL INFORMATION", ""], ["get logpath", "gets the list of the monitored files for "], -["get logencoding ", "gets the of the log files for "], +["get logencoding", "gets the encoding of the log files for "], ["get journalmatch", "gets the journal filter match for "], ["get ignoreip", "gets the list of ignored IP addresses for "], ["get ignorecommand", "gets ignorecommand of "],