diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-12-21 02:10:14 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-12-21 02:10:14 +0000 |
commit | 8319aefeecdba4970586346aac0481e2ceb4e90b (patch) | |
tree | e6fb747ccb768a478f413832e3a3dd3e8b08993e /ffmpeg.c | |
parent | 27daa420fc83daeb07f2d2a4a7c4f0112d888076 (diff) | |
download | ffmpeg-8319aefeecdba4970586346aac0481e2ceb4e90b.tar.gz |
Add a general [options] to the basic usage string.
Originally committed as revision 20903 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |