From 887fa2a3a018c1558844b1478e767c202595fd72 Mon Sep 17 00:00:00 2001 From: Lee Clemens Date: Mon, 26 Jan 2015 20:11:53 -0500 Subject: [PATCH] Update protocol with [FLAVOR] argument to status --- fail2ban/protocol.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fail2ban/protocol.py b/fail2ban/protocol.py index dc7a7c6b..4d421dd0 100644 --- a/fail2ban/protocol.py +++ b/fail2ban/protocol.py @@ -54,8 +54,7 @@ protocol = [ ["add ", "creates using "], ["start ", "starts the jail "], ["stop ", "stops the jail . The jail is removed"], -["status ", "gets the current status of "], -["status extended", "gets the current status of with extended info"], +["status [FLAVOR]", "gets the current status of , with optional flavor or extended info"], ['', "JAIL CONFIGURATION", ""], ["set idle on|off", "sets the idle state of "], ["set addignoreip ", "adds to the ignore list of "],