fftools/ffmpeg_opt: Add a missing closing brackets.

Fixes ticket #8447.
This commit is contained in:
Carl Eugen Hoyos 2019-12-28 20:11:01 +01:00
parent 2736dc0564
commit 2e700ec3a7
1 changed files with 1 additions and 1 deletions

View File

@ -3202,7 +3202,7 @@ void show_help_default(const char *opt, const char *arg)
OPT_EXIT, 0, 0);
show_help_options(options, "Global options (affect whole program "
"instead of just one file:",
"instead of just one file):",
0, per_file | OPT_EXIT | OPT_EXPERT, 0);
if (show_advanced)
show_help_options(options, "Advanced global options:", OPT_EXPERT,