Commit 60a1aff3 authored by diego's avatar diego

cosmetics: Make 'ffserver -h' output consistent with other ff* tools.

patch by Stefano Sabatini, stefano.sabatini-lala poste it


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13182 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eda6672e
......@@ -4308,9 +4308,9 @@ static void show_help(void)
printf("usage: ffserver [-L] [-h] [-f configfile]\n"
"Hyper fast multi format Audio/Video streaming server\n"
"\n"
"-L : print the LICENSE\n"
"-h : this help\n"
"-f configfile : use configfile instead of /etc/ffserver.conf\n"
"-L show license\n"
"-h show help\n"
"-f configfile use configfile instead of /etc/ffserver.conf\n"
);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment