chore: change 'emqx_ctl' usage to 'emqx ctl'
This commit is contained in:
parent
8d480a1dc9
commit
6a1085a842
|
@ -149,7 +149,7 @@ help() ->
|
|||
[] ->
|
||||
print("No commands available.~n");
|
||||
Cmds ->
|
||||
print("Usage: ~ts~n", [?MODULE]),
|
||||
print("Usage: ~ts~n", ["emqx ctl"]),
|
||||
lists:foreach(
|
||||
fun({_, {Mod, Cmd}, _}) ->
|
||||
print("~110..-s~n", [""]),
|
||||
|
|
Loading…
Reference in New Issue