You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
committed by
Diego Biurrun
parent
51c86db57b
commit
e6375662db
@@ -4308,9 +4308,9 @@ static void show_help(void)
|
|||||||
printf("usage: ffserver [-L] [-h] [-f configfile]\n"
|
printf("usage: ffserver [-L] [-h] [-f configfile]\n"
|
||||||
"Hyper fast multi format Audio/Video streaming server\n"
|
"Hyper fast multi format Audio/Video streaming server\n"
|
||||||
"\n"
|
"\n"
|
||||||
"-L : print the LICENSE\n"
|
"-L show license\n"
|
||||||
"-h : this help\n"
|
"-h show help\n"
|
||||||
"-f configfile : use configfile instead of /etc/ffserver.conf\n"
|
"-f configfile use configfile instead of /etc/ffserver.conf\n"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user