Fixed MistOutHTTP interface selection command line parameter.

This commit is contained in:
Thulinma 2014-11-07 20:38:36 +01:00
parent c48ef1e4eb
commit 9b499354ee

View file

@ -25,7 +25,7 @@ namespace Mist {
capa["forward"]["ip"]["type"] = "str"; capa["forward"]["ip"]["type"] = "str";
capa["forward"]["ip"]["option"] = "--ip"; capa["forward"]["ip"]["option"] = "--ip";
cfg->addOption("streamname", JSON::fromString("{\"arg\":\"string\",\"short\":\"s\",\"long\":\"stream\",\"help\":\"The name of the stream that this connector will transmit.\"}")); cfg->addOption("streamname", JSON::fromString("{\"arg\":\"string\",\"short\":\"s\",\"long\":\"stream\",\"help\":\"The name of the stream that this connector will transmit.\"}"));
cfg->addOption("ip", JSON::fromString("{\"arg\":\"string\",\"short\":\"i\",\"long\":\"ip\",\"help\":\"Ip addr of connection.\"}")); cfg->addOption("ip", JSON::fromString("{\"arg\":\"string\",\"short\":\"I\",\"long\":\"ip\",\"help\":\"IP address of connection on stdio.\"}"));
cfg->addBasicConnectorOptions(capa); cfg->addBasicConnectorOptions(capa);
config = cfg; config = cfg;
} }