Mention "help" as an available ejabberdctl command

This commit is contained in:
Badlop 2021-11-05 13:45:20 +01:00
parent 684ef60ec3
commit b6a2eeebeb
1 changed files with 1 additions and 0 deletions

View File

@ -525,6 +525,7 @@ print_usage(Version) ->
print_usage(HelpMode, MaxC, ShCode, Version) ->
AllCommands =
[
{"help", ["[arguments]"], "Get help"},
{"status", [], "Get ejabberd status"},
{"stop", [], "Stop ejabberd"},
{"restart", [], "Restart ejabberd"},