remove help command from protocol (the command was never supported);

closes gh-3241
pull/3927/merge
sebres 2025-03-31 02:29:51 +02:00
parent 1d6ff06856
commit fc3e8a5d37
2 changed files with 0 additions and 4 deletions

View File

@ -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, "

View File

@ -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