Browse code

Add a general [options] to the basic usage string.

Originally committed as revision 20903 to svn://svn.ffmpeg.org/ffmpeg/trunk

Ramiro Polla authored on 2009/12/21 11:10:14
Showing 1 changed files
... ...
@@ -3567,7 +3567,7 @@ static void show_help(void)
3567 3567
 {
3568 3568
     av_log_set_callback(log_callback_help);
3569 3569
     printf("Hyper fast Audio and Video encoder\n");
3570
-    printf("usage: ffmpeg [[infile options] -i infile]... {[outfile options] outfile}...\n");
3570
+    printf("usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...\n");
3571 3571
     printf("\n");
3572 3572
     show_help_options(options, "Main options:\n",
3573 3573
                       OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_SUBTITLE | OPT_GRAB, 0);