From 53c3f487559c2f2228a3d6467333038fa05c8f19 Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Mon, 18 Jul 2022 15:10:08 +0800 Subject: [PATCH] chore: update bin/emqx Co-authored-by: Zaiming (Stone) Shi --- bin/emqx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/emqx b/bin/emqx index 28ef379f2..b7b1b35b3 100755 --- a/bin/emqx +++ b/bin/emqx @@ -196,7 +196,7 @@ usage() { echo " Up/Down-grade: upgrade | downgrade | install | uninstall" echo " Install info: ertspath | root_dir | versions" echo " Runtime info: pid | ping | versions" - echo " Configure check: check_conf" + echo " Config check: check_conf" echo " Advanced: console_clean | escript | rpc | rpcterms | eval" echo '' echo "Execute '$REL_NAME COMMAND help' for more information"