فهرست منبع

fix: remove redundant text for eval command

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
Paulo Zulato 2 سال پیش
والد
کامیت
2dd10df417
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      bin/emqx

+ 1 - 1
bin/emqx

@@ -159,7 +159,7 @@ usage() {
         echo "Print EMQX installation root dir"
         echo "Print EMQX installation root dir"
         ;;
         ;;
     eval)
     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)
     eval-ex)
         echo "Evaluate an Elixir expression in the EMQX node. Only applies to Elixir node"
         echo "Evaluate an Elixir expression in the EMQX node. Only applies to Elixir node"