Skip to content

Commit

Permalink
GrammarCI Text Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dusterio authored and GrammarCI committed Jul 25, 2020
1 parent 366d23d commit ee38e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion injector.php
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ function modifyFramePMT($originalFrame, $metastreamID = null) {
$legend = "HLS Injector by Denis Mysenko\nSyntax: " . $argv[0] . " -i filename -m mode [-o filename] [-d]";
$legend .= "\n\n\t\t-i filename\tinput file (MPEG TS format)\n";
$legend .= "\t\t-m mode\t\tchoose 'analyze' or 'inject'\n";
$legend .= "\t\t-o filename\toutput filenamee in case of 'inject' mode\n";
$legend .= "\t\t-o filename\toutput filename in case of 'inject' mode\n";
$legend .= "\t\t-e filename\twith with timed metadata (see README for format)\n";
$legend .= "\t\t--metastart N\tstart CC for metadata stream from this number\n";
$legend .= "\t\t-d\t\tenable debug mode\n\n";
Expand Down

0 comments on commit ee38e60

Please sign in to comment.