浏览代码

fix: remove redundant text for eval command

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
Paulo Zulato 3 年之前
父节点
当前提交
2dd10df417
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/emqx

+ 1 - 1
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"