From: Ramiro Polla Date: Mon, 21 Dec 2009 02:10:14 +0000 (+0000) Subject: Add a general [options] to the basic usage string. X-Git-Tag: v0.6~2266 X-Git-Url: https://git.libav.org/?p=libav.git;a=commitdiff_plain;h=8319aefeecdba4970586346aac0481e2ceb4e90b;hp=27daa420fc83daeb07f2d2a4a7c4f0112d888076 Add a general [options] to the basic usage string. Originally committed as revision 20903 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/ffmpeg.c b/ffmpeg.c index 2e3c6100b6..0c578ed371 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3567,7 +3567,7 @@ static void show_help(void) { av_log_set_callback(log_callback_help); printf("Hyper fast Audio and Video encoder\n"); - printf("usage: ffmpeg [[infile options] -i infile]... {[outfile options] outfile}...\n"); + printf("usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...\n"); printf("\n"); show_help_options(options, "Main options:\n", OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_SUBTITLE | OPT_GRAB, 0);