diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-12-28 20:11:01 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-12-28 20:11:01 +0100 |
commit | 2e700ec3a7ee0f74803a51c343d70b3b9ad45d0e (patch) | |
tree | 0011ed85869fe3b8512146b502efae8c50bfa97e /fftools/ffmpeg_opt.c | |
parent | 2736dc05643944ac7adf729242d14b448c9ebde7 (diff) | |
download | ffmpeg-2e700ec3a7ee0f74803a51c343d70b3b9ad45d0e.tar.gz |
fftools/ffmpeg_opt: Add a missing closing brackets.
Fixes ticket #8447.
Diffstat (limited to 'fftools/ffmpeg_opt.c')
-rw-r--r-- | fftools/ffmpeg_opt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c index 71063cc443..1510e026ea 100644 --- a/fftools/ffmpeg_opt.c +++ b/fftools/ffmpeg_opt.c @@ -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, |