Commit 7255cf00 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'b5e4f393'

* commit 'b5e4f393':
  avconv: Make the private options discovery more manifest
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents e490fee6 b5e4f393
......@@ -2823,6 +2823,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);
......
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