Fix typos
This commit is contained in:
parent
1f07700930
commit
18ae15ef9a
|
@ -130,7 +130,7 @@ help() ->
|
||||||
print("No commands available, make sure you have plugin emqx_management started.~n");
|
print("No commands available, make sure you have plugin emqx_management started.~n");
|
||||||
Cmds ->
|
Cmds ->
|
||||||
print("Usage: ~s~n", [?MODULE]),
|
print("Usage: ~s~n", [?MODULE]),
|
||||||
list:foreach(fun({_, {Mod, Cmd}, _}) ->
|
lists:foreach(fun({_, {Mod, Cmd}, _}) ->
|
||||||
print("~110..-s~n", [""]), Mod:Cmd(usage)
|
print("~110..-s~n", [""]), Mod:Cmd(usage)
|
||||||
end, Cmds)
|
end, Cmds)
|
||||||
end.
|
end.
|
||||||
|
|
Loading…
Reference in New Issue