From ee9343e0ea60089a8bbb304103443e4a5dd4d1ec Mon Sep 17 00:00:00 2001 From: Jean-Yves Avenard Date: Tue, 22 Mar 2011 11:01:29 +1100 Subject: [PATCH] Amend usage text for mythtranscode --- mythtv/programs/mythtranscode/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mythtv/programs/mythtranscode/main.cpp b/mythtv/programs/mythtranscode/main.cpp index 1dd06fdf63c..d9ebecf3d1a 100644 --- a/mythtv/programs/mythtranscode/main.cpp +++ b/mythtv/programs/mythtranscode/main.cpp @@ -57,6 +57,7 @@ static void usage(char *progname) cerr << "\t If --fifodir is specified, 'audout' and 'vidout'\n"; cerr << "\t will be created in the specified directory\n"; cerr << "\t--fifosync : Enforce fifo sync\n"; + cerr << "\t--passthrough : Will pass through raw, unprocessed audio data stream\n"; cerr << "\t--buildindex or -b: Build a new keyframe index\n"; cerr << "\t (use only if audio and video fifos are read independantly)\n"; cerr << "\t--video : Specifies that this is not a mythtv recording\n";