OSDN Git Service

s/FFserver/ffserver/ in the help message invocation synopsis.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 29 Nov 2008 12:22:22 +0000 (12:22 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 29 Nov 2008 12:22:22 +0000 (12:22 +0000)
See the thread: "Define cmdline_program_name and use it in show_help".

Originally committed as revision 15952 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffserver.c

index 168f996..d02b4d0 100644 (file)
@@ -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);