From 74ce4ec6063d054629a11d98ca69e30fb7aa3062 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 14 Dec 2022 19:11:40 +0100 Subject: [PATCH] fix(bin/emqx): typo in bin/emqx usage info --- bin/emqx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/emqx b/bin/emqx index 89ebed7c6..66c56184d 100755 --- a/bin/emqx +++ b/bin/emqx @@ -104,14 +104,14 @@ usage() { echo "Print path to Erlang runtime bin dir" ;; rpc) - echo "Usge $REL_NAME rpc MODULE FUNCTION [ARGS, ...]" + echo "Usage: $REL_NAME rpc MODULE FUNCTION [ARGS, ...]" echo "Connect to the EMQX node and make an Erlang RPC" echo "This command blocks for at most 60 seconds." echo "It exits with non-zero code in case of any RPC failure" echo "including connection error and runtime exception" ;; rpcterms) - echo "Usge $REL_NAME rpcterms MODULE FUNCTION [ARGS, ...]" + echo "Usage: $REL_NAME rpcterms MODULE FUNCTION [ARGS, ...]" echo "Connect to the EMQX node and make an Erlang RPC" echo "The result of the RPC call is pretty-printed as an " echo "Erlang term"