From e6375662db6ff94f4066febf6c451df9a1e41c41 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 16 May 2008 13:22:14 +0000 Subject: 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 --- ffserver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ffserver.c b/ffserver.c index 7f87eb8410..b09eadcab6 100644 --- a/ffserver.c +++ b/ffserver.c @@ -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" ); } -- cgit v1.2.3