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

stefano subversion
Sat Nov 29 13:22:22 CET 2008


Author: stefano
Date: Sat Nov 29 13:22:22 2008
New Revision: 15952

Log:
s/FFserver/ffserver/ in the help message invocation synopsis.

See the thread: "Define cmdline_program_name and use it in show_help".


Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Sat Nov 29 13:22:22 2008
@@ -4450,7 +4450,7 @@ static void opt_debug()
 
 static void opt_show_help(void)
 {
-    printf("usage: FFserver [options]\n"
+    printf("usage: ffserver [options]\n"
            "Hyper fast multi format Audio/Video streaming server\n");
     printf("\n");
     show_help_options(options, "Main options:\n", 0, 0);




More information about the ffmpeg-cvslog mailing list