chore: typo fixes
This commit is contained in:
parent
7105f68d2d
commit
30862a94c6
|
@ -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) ->
|
||||
|
|
Loading…
Reference in New Issue