fix: remove redundant text for eval command
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
parent
161435d29d
commit
2dd10df417
2
bin/emqx
2
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"
|
||||
|
|
Loading…
Reference in New Issue