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"],
|
["stat[istic]s", "gets the current statistics of all jails as table"],
|
||||||
["ping", "tests if the server is alive"],
|
["ping", "tests if the server is alive"],
|
||||||
["echo", "for internal usage, returns back and outputs a given string"],
|
["echo", "for internal usage, returns back and outputs a given string"],
|
||||||
["help", "return this output"],
|
|
||||||
["version", "return the server version"],
|
["version", "return the server version"],
|
||||||
['', "LOGGING", ""],
|
['', "LOGGING", ""],
|
||||||
["set loglevel <LEVEL>", "sets logging level to <LEVEL>. Levels: CRITICAL, ERROR, WARNING, NOTICE, INFO, "
|
["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
|
for internal usage, returns back
|
||||||
and outputs a given string
|
and outputs a given string
|
||||||
.TP
|
.TP
|
||||||
\fBhelp\fR
|
|
||||||
return this output
|
|
||||||
.TP
|
|
||||||
\fBversion\fR
|
\fBversion\fR
|
||||||
return the server version
|
return the server version
|
||||||
.IP
|
.IP
|
||||||
|
|
Loading…
Reference in New Issue