Commit 5d21bda0 authored by ramiro's avatar ramiro

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20903 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent efd187ae
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment