Skip to content

Commit

Permalink
Fix the mythpreviewgen's --outputfile argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Apr 28, 2011
1 parent e4248d4 commit f1f5774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmyth/mythcommandlineparser.cpp
Expand Up @@ -937,7 +937,7 @@ void MythPreviewGeneratorCommandLineParser::LoadArguments(void)
add("--frame", "frame", 0LL, "Number of frames into video to take preview image.", "");
add("--size", "size", QSize(0,0), "Dimensions of preview image.", "");
add("--infile", "inputfile", "", "Input video for preview generation.", "");
add("--outfile" "outputfile", "", "Optional output file for preview generation.", "");
add("--outfile", "outputfile", "", "Optional output file for preview generation.", "");
}

MythWelcomeCommandLineParser::MythWelcomeCommandLineParser() :
Expand Down

0 comments on commit f1f5774

Please sign in to comment.