diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-09-27 16:13:01 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-09-29 14:33:01 +0200 |
commit | b5e4f393b6757629281f58c3f3f6d55ca522ab60 (patch) | |
tree | a2366d0227932327d3040088ff5ae0a36307fd59 /avconv_opt.c | |
parent | 3973f0f773e0bd212734eccda78aa798f8b20692 (diff) | |
download | ffmpeg-b5e4f393b6757629281f58c3f3f6d55ca522ab60.tar.gz |
avconv: Make the private options discovery more manifest
Diffstat (limited to 'avconv_opt.c')
-rw-r--r-- | avconv_opt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/avconv_opt.c b/avconv_opt.c index 5bdd7d9c0e..a606606b02 100644 --- a/avconv_opt.c +++ b/avconv_opt.c @@ -2121,6 +2121,7 @@ void show_help_default(const char *opt, const char *arg) " -h -- print basic options\n" " -h long -- print more options\n" " -h full -- print all options (including all format and codec specific options, very long)\n" + " -h type=name -- print all options for the named decoder/encoder/demuxer/muxer/filter\n" " See man %s for detailed description of the options.\n" "\n", program_name); |