瀏覽代碼

chore: typo fixes

JianBo He 2 年之前
父節點
當前提交
30862a94c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/emqx_management/src/emqx_mgmt_cli.erl

+ 1 - 1
apps/emqx_management/src/emqx_mgmt_cli.erl

@@ -482,7 +482,7 @@ trace(_) ->
         {"trace stop  topic  <Topic> ", "Stop tracing for a topic on local node"},
         {"trace start ip_address  <IP>    <File> [<Level>] ",
             "Traces for a client ip on local node"},
-        {"trace stop  ip_addresss  <IP> ", "Stop tracing for a client ip on local node"}
+        {"trace stop  ip_address  <IP> ", "Stop tracing for a client ip on local node"}
     ]).
 
 trace_on(Name, Type, Filter, Level, LogFile) ->