[SCM] libav/experimental: cosmetics: Make 'ffserver -h' output consistent with other ff* tools. patch by Stefano Sabatini, stefano.sabatini-lala poste it

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:20:45 UTC 2013


The following commit has been merged in the experimental branch:
commit e6375662db6ff94f4066febf6c451df9a1e41c41
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri May 16 13:22:14 2008 +0000

    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

diff --git a/ffserver.c b/ffserver.c
index 7f87eb8..b09eadc 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"
            );
 }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list