Fixed typoes Balder spotted. Wut? But how?!

This commit is contained in:
Thulinma 2017-11-28 11:26:19 +01:00
parent a30f91f11c
commit 8e74d4cd4b
2 changed files with 2 additions and 2 deletions

View file

@ -335,7 +335,7 @@ namespace Mist {
capa["required"]["pushlist"]["short"] = "p"; capa["required"]["pushlist"]["short"] = "p";
capa["required"]["pushlist"]["type"] = "str"; capa["required"]["pushlist"]["type"] = "str";
capa["required"]["destination"]["name"] = "URL location of the destination"; capa["required"]["destination"]["name"] = "URL location of the destination";
capa["required"]["destination"]["help"] = "This is the location that the date will be pushed to."; capa["required"]["destination"]["help"] = "This is the location that the data will be pushed to.";
capa["required"]["destination"]["option"] = "--destination"; capa["required"]["destination"]["option"] = "--destination";
capa["required"]["destination"]["short"] = "D"; capa["required"]["destination"]["short"] = "D";
capa["required"]["destination"]["type"] = "str"; capa["required"]["destination"]["type"] = "str";

View file

@ -63,7 +63,7 @@ namespace Mist {
capa["name"] = "TS"; capa["name"] = "TS";
capa["desc"] = "Enables the raw MPEG Transport Stream protocol over TCP."; capa["desc"] = "Enables the raw MPEG Transport Stream protocol over TCP.";
capa["deps"] = ""; capa["deps"] = "";
capa["required"]["streamname"]["name"] = "Stream"; capa["required"]["streamname"]["name"] = "Source stream";
capa["required"]["streamname"]["help"] = "What streamname to serve. For multiple streams, add this protocol multiple times using different ports."; capa["required"]["streamname"]["help"] = "What streamname to serve. For multiple streams, add this protocol multiple times using different ports.";
capa["required"]["streamname"]["type"] = "str"; capa["required"]["streamname"]["type"] = "str";
capa["required"]["streamname"]["option"] = "--stream"; capa["required"]["streamname"]["option"] = "--stream";