OSDN Git Service

cosmetics: Make 'ffserver -h' output consistent with other ff* tools.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 16 May 2008 13:22:14 +0000 (13:22 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 16 May 2008 13:22:14 +0000 (13:22 +0000)
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

ffserver.c

index 7f87eb8..b09eadc 100644 (file)
@@ -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"
            );
 }