Fixed typoes Balder spotted. Wut? But how?!
This commit is contained in:
parent
a30f91f11c
commit
8e74d4cd4b
2 changed files with 2 additions and 2 deletions
|
@ -335,7 +335,7 @@ namespace Mist {
|
|||
capa["required"]["pushlist"]["short"] = "p";
|
||||
capa["required"]["pushlist"]["type"] = "str";
|
||||
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"]["short"] = "D";
|
||||
capa["required"]["destination"]["type"] = "str";
|
||||
|
|
|
@ -63,7 +63,7 @@ namespace Mist {
|
|||
capa["name"] = "TS";
|
||||
capa["desc"] = "Enables the raw MPEG Transport Stream protocol over TCP.";
|
||||
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"]["type"] = "str";
|
||||
capa["required"]["streamname"]["option"] = "--stream";
|
||||
|
|
Loading…
Add table
Reference in a new issue