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

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

Originally committed as revision 13182 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2008-05-16 13:22:14 +00:00 committed by Diego Biurrun
parent 51c86db57b
commit e6375662db
1 changed files with 3 additions and 3 deletions

View File

@ -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"
);
}