Skip to content

Commit

Permalink
Fix ostream commandline help typo
Browse files Browse the repository at this point in the history
Fixes #10544.  Thanks.

Signed-off-by: Gavin Hurlbut <ghurlbut@mythtv.org>
  • Loading branch information
Joe Nyland authored and daniel-kristjansson committed Apr 5, 2012
1 parent 1a42215 commit f988c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythtranscode/commandlineparser.cpp
Expand Up @@ -37,7 +37,7 @@ void MythTranscodeCommandLineParser::LoadArguments(void)
"Specifies that a lossless transcode should be used.", "")
->SetGroup("Encoding");
add(QStringList( QStringList() << "-e" << "--ostream" ), "ostream", "",
"Output stream type: dvd, ps", "")
"Output stream type: dvd, ts", "")
->SetGroup("Encoding");
// add("--avf", "avf", false, "Generate libavformat output file.", "")
// ->SetGroup("Encoding");
Expand Down

0 comments on commit f988c6f

Please sign in to comment.