Buffer fixup

This commit is contained in:
Thulinma 2018-02-13 16:06:18 +01:00
parent def6c2266e
commit a51f0d1039

View file

@ -73,7 +73,7 @@ namespace Mist {
option["arg"] = "integer";
option["long"] = "segment-size";
option["short"] = "S"
option["short"] = "S";
option["help"] = "Target time duration in milliseconds for segments";
option["value"].append(5000LL);
config->addOption("segmentsize", option);