mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Mention "help" as an available ejabberdctl command
This commit is contained in:
parent
684ef60ec3
commit
b6a2eeebeb
1 changed files with 1 additions and 0 deletions
|
@ -525,6 +525,7 @@ print_usage(Version) ->
|
||||||
print_usage(HelpMode, MaxC, ShCode, Version) ->
|
print_usage(HelpMode, MaxC, ShCode, Version) ->
|
||||||
AllCommands =
|
AllCommands =
|
||||||
[
|
[
|
||||||
|
{"help", ["[arguments]"], "Get help"},
|
||||||
{"status", [], "Get ejabberd status"},
|
{"status", [], "Get ejabberd status"},
|
||||||
{"stop", [], "Stop ejabberd"},
|
{"stop", [], "Stop ejabberd"},
|
||||||
{"restart", [], "Restart ejabberd"},
|
{"restart", [], "Restart ejabberd"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue