From fc3e8a5d37b28a367fa2f79434ca29b9d89ce161 Mon Sep 17 00:00:00 2001 From: sebres Date: Mon, 31 Mar 2025 02:29:51 +0200 Subject: [PATCH] remove help command from protocol (the command was never supported); closes gh-3241 --- fail2ban/protocol.py | 1 - man/fail2ban-client.1 | 3 --- 2 files changed, 4 deletions(-) diff --git a/fail2ban/protocol.py b/fail2ban/protocol.py index 0a8322d4..872da37b 100644 --- a/fail2ban/protocol.py +++ b/fail2ban/protocol.py @@ -62,7 +62,6 @@ protocol = [ ["stat[istic]s", "gets the current statistics of all jails as table"], ["ping", "tests if the server is alive"], ["echo", "for internal usage, returns back and outputs a given string"], -["help", "return this output"], ["version", "return the server version"], ['', "LOGGING", ""], ["set loglevel ", "sets logging level to . Levels: CRITICAL, ERROR, WARNING, NOTICE, INFO, " diff --git a/man/fail2ban-client.1 b/man/fail2ban-client.1 index 8613f29f..9d270933 100644 --- a/man/fail2ban-client.1 +++ b/man/fail2ban-client.1 @@ -139,9 +139,6 @@ tests if the server is alive for internal usage, returns back and outputs a given string .TP -\fBhelp\fR -return this output -.TP \fBversion\fR return the server version .IP