chore: add emqx restart command tip

This commit is contained in:
zhongwencool 2022-08-30 15:04:00 +08:00
parent 78ec03f23b
commit 9258f5a2aa
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ usage() {
echo " console: Start EMQX in an interactive Erlang shell" echo " console: Start EMQX in an interactive Erlang shell"
echo " foreground: Start EMQX in foreground mode without an interactive shell" echo " foreground: Start EMQX in foreground mode without an interactive shell"
echo " stop: Stop the running EMQX node" echo " stop: Stop the running EMQX node"
echo " restart: Restart the running EMQX node"
echo " ctl: Administration commands, execute '$REL_NAME ctl help' for more details" echo " ctl: Administration commands, execute '$REL_NAME ctl help' for more details"
echo '' echo ''
echo "More:" echo "More:"