chore: add emqx restart command tip
This commit is contained in:
parent
78ec03f23b
commit
9258f5a2aa
1
bin/emqx
1
bin/emqx
|
@ -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:"
|
||||||
|
|
Loading…
Reference in New Issue