diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-11 19:33:27 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-19 19:21:03 +0200 |
commit | dc4c24a3d35603957aecf2b075ac25902d18a190 (patch) | |
tree | 78ccdd568412fe73054f78fecef7bc12ef0ad74a /avserver.c | |
parent | 79600a83543afd7c485e30e1e9958765aadf7882 (diff) | |
download | ffmpeg-dc4c24a3d35603957aecf2b075ac25902d18a190.tar.gz |
avtools: move some newlines to show_help_options().
Don't require every caller to supply them.
Diffstat (limited to 'avserver.c')
-rw-r--r-- | avserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avserver.c b/avserver.c index fabdd32b02..de050a6cce 100644 --- a/avserver.c +++ b/avserver.c @@ -4634,7 +4634,7 @@ static void show_help(void) printf("usage: avserver [options]\n" "Hyper fast multi format Audio/Video streaming server\n"); printf("\n"); - show_help_options(options, "Main options:\n", 0, 0); + show_help_options(options, "Main options:", 0, 0); } static const OptionDef options[] = { |