This commit is contained in:
Feng Lee 2016-05-03 18:29:05 +08:00
parent c2591494b6
commit 9cf5e5cf2a
1 changed files with 1 additions and 1 deletions

View File

@ -421,6 +421,6 @@ cli_listeners(_) ->
emqttd_cli:listeners([]).
cli_vm(_) ->
emqttd_cli:vm(),
emqttd_cli:vm([]),
emqttd_cli:vm(["ports"]).