mirror of https://git.ffmpeg.org/ffmpeg.git
fftools/ffmpeg_opt: Add a missing closing brackets.
Fixes ticket #8447.
This commit is contained in:
parent
2736dc0564
commit
2e700ec3a7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue