fix: remove redundant text for eval command

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
Paulo Zulato 2023-03-31 09:24:38 -03:00 committed by GitHub
parent 161435d29d
commit 2dd10df417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"