mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 14:36:43 +00:00
remove help command from protocol (the command was never supported);
closes gh-3241
This commit is contained in:
parent
1d6ff06856
commit
fc3e8a5d37
2 changed files with 0 additions and 4 deletions
|
|
@ -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 <LEVEL>", "sets logging level to <LEVEL>. Levels: CRITICAL, ERROR, WARNING, NOTICE, INFO, "
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue