summaryrefslogtreecommitdiff
path: root/avserver.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-08-15 10:31:46 +0200
committerAnton Khirnov <anton@khirnov.net>2012-08-19 19:23:43 +0200
commitf9fada2704df7994e8e4451ac78d8d5569faa8a2 (patch)
treeeaa4086e74cffcde48ee94a04b165755de9bb836 /avserver.c
parent6e3857fa8cd620d528fb73fe5f7f692db780c4df (diff)
avconv: split printing "main options" into global and per-file.
Diffstat (limited to 'avserver.c')
-rw-r--r--avserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avserver.c b/avserver.c
index c97b4ca213..9e6289914a 100644
--- a/avserver.c
+++ b/avserver.c
@@ -4634,7 +4634,7 @@ void show_help_default(const char *opt, const char *arg)
printf("usage: avserver [options]\n"
"Hyper fast multi format Audio/Video streaming server\n");
printf("\n");
- show_help_options(options, "Main options:", 0, 0);
+ show_help_options(options, "Main options:", 0, 0, 0);
}
static const OptionDef options[] = {