[FFmpeg-cvslog] r13182 - trunk/ffserver.c

diego subversion
Fri May 16 15:22:14 CEST 2008


Author: diego
Date: Fri May 16 15:22:14 2008
New Revision: 13182

Log:
cosmetics: Make 'ffserver -h' output consistent with other ff* tools.
patch by Stefano Sabatini, stefano.sabatini-lala poste it


Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Fri May 16 15:22:14 2008
@@ -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"
            );
 }
 




More information about the ffmpeg-cvslog mailing list