mirror of https://github.com/fail2ban/fail2ban
remove help command from protocol (the command was never supported);
closes gh-3241pull/3927/merge
parent
1d6ff06856
commit
fc3e8a5d37
|
@ -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…
Reference in New Issue