From 9258f5a2aa194eb56d22aefe7cdb424813b08e80 Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Tue, 30 Aug 2022 15:04:00 +0800 Subject: [PATCH] chore: add emqx restart command tip --- bin/emqx | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/emqx b/bin/emqx index 66696052e..306efe527 100755 --- a/bin/emqx +++ b/bin/emqx @@ -159,6 +159,7 @@ usage() { echo " console: Start EMQX in an interactive Erlang shell" echo " foreground: Start EMQX in foreground mode without an interactive shell" 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 '' echo "More:"