summaryrefslogtreecommitdiff
path: root/avprobe.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-08-11 19:33:27 +0200
committerAnton Khirnov <anton@khirnov.net>2012-08-19 19:21:03 +0200
commitdc4c24a3d35603957aecf2b075ac25902d18a190 (patch)
tree78ccdd568412fe73054f78fecef7bc12ef0ad74a /avprobe.c
parent79600a83543afd7c485e30e1e9958765aadf7882 (diff)
avtools: move some newlines to show_help_options().
Don't require every caller to supply them.
Diffstat (limited to 'avprobe.c')
-rw-r--r--avprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avprobe.c b/avprobe.c
index 996a138576..0116acb005 100644
--- a/avprobe.c
+++ b/avprobe.c
@@ -872,7 +872,7 @@ static int show_help(const char *opt, const char *arg)
{
av_log_set_callback(log_callback_help);
show_usage();
- show_help_options(options, "Main options:\n", 0, 0);
+ show_help_options(options, "Main options:", 0, 0);
printf("\n");
show_help_children(avformat_get_class(), AV_OPT_FLAG_DECODING_PARAM);
return 0;