chore: change 'emqx_ctl' usage to 'emqx ctl'

This commit is contained in:
Zaiming (Stone) Shi 2023-02-21 20:35:33 +01:00
parent 8d480a1dc9
commit 6a1085a842
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ help() ->
[] -> [] ->
print("No commands available.~n"); print("No commands available.~n");
Cmds -> Cmds ->
print("Usage: ~ts~n", [?MODULE]), print("Usage: ~ts~n", ["emqx ctl"]),
lists:foreach( lists:foreach(
fun({_, {Mod, Cmd}, _}) -> fun({_, {Mod, Cmd}, _}) ->
print("~110..-s~n", [""]), print("~110..-s~n", [""]),