From 2dd10df417279a28bb8f3721e0a67bf15376cdb0 Mon Sep 17 00:00:00 2001 From: Paulo Zulato Date: Fri, 31 Mar 2023 09:24:38 -0300 Subject: [PATCH] fix: remove redundant text for eval command 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 442f3ce6e..884895332 100755 --- a/bin/emqx +++ b/bin/emqx @@ -159,7 +159,7 @@ usage() { echo "Print EMQX installation root dir" ;; eval) - echo "Evaluate an Erlang expression in the EMQX node, even on Elixir node" + echo "Evaluate an Erlang expression in the EMQX node." ;; eval-ex) echo "Evaluate an Elixir expression in the EMQX node. Only applies to Elixir node"