From f1f577450033c46988cb2acaf6cf0af63ea10f30 Mon Sep 17 00:00:00 2001 From: Gavin Hurlbut Date: Thu, 28 Apr 2011 12:24:52 -0700 Subject: [PATCH] Fix the mythpreviewgen's --outputfile argument --- mythtv/libs/libmyth/mythcommandlineparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythtv/libs/libmyth/mythcommandlineparser.cpp b/mythtv/libs/libmyth/mythcommandlineparser.cpp index ec74f82a72e..7a7f62448f3 100644 --- a/mythtv/libs/libmyth/mythcommandlineparser.cpp +++ b/mythtv/libs/libmyth/mythcommandlineparser.cpp @@ -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() :