Fixed MistOutHTTP interface selection command line parameter.
This commit is contained in:
parent
c48ef1e4eb
commit
9b499354ee
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue