avconv: split printing "main options" into global and per-file.
This commit is contained in:
+1
-1
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user