Remove bridge command qos option

This commit is contained in:
HuangDan 2017-06-12 22:52:23 +08:00
parent de2e1f79e8
commit c0bb20c2d9
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ bridges(["options"]) ->
?PRINT_MSG(" suffix = string~n"), ?PRINT_MSG(" suffix = string~n"),
?PRINT_MSG(" queue = integer~n"), ?PRINT_MSG(" queue = integer~n"),
?PRINT_MSG("Example:~n"), ?PRINT_MSG("Example:~n"),
?PRINT_MSG(" qos=2,prefix=abc/,suffix=/yxz,queue=1000~n"); ?PRINT_MSG(" prefix=abc/,suffix=/yxz,queue=1000~n");
bridges(["start", SNode, Topic]) -> bridges(["start", SNode, Topic]) ->
case emqttd_bridge_sup_sup:start_bridge(list_to_atom(SNode), list_to_binary(Topic)) of case emqttd_bridge_sup_sup:start_bridge(list_to_atom(SNode), list_to_binary(Topic)) of