Fix typos

This commit is contained in:
JianBo He 2020-05-21 17:51:22 +08:00
parent 1f07700930
commit 18ae15ef9a
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ help() ->
print("No commands available, make sure you have plugin emqx_management started.~n");
Cmds ->
print("Usage: ~s~n", [?MODULE]),
list:foreach(fun({_, {Mod, Cmd}, _}) ->
lists:foreach(fun({_, {Mod, Cmd}, _}) ->
print("~110..-s~n", [""]), Mod:Cmd(usage)
end, Cmds)
end.