avconv: Make the private options discovery more manifest

This commit is contained in:
Vittorio Giovara 2015-09-27 16:13:01 +02:00
parent 3973f0f773
commit b5e4f393b6
1 changed files with 1 additions and 0 deletions

View File

@ -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);