diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-05-16 13:22:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-16 13:22:14 +0000 |
commit | e6375662db6ff94f4066febf6c451df9a1e41c41 (patch) | |
tree | adc583cfec23f2c85e783021a29ffd796f8df6e0 | |
parent | 51c86db57b600a2e64d7c2edc07ee7ba3bf4d8ea (diff) | |
download | ffmpeg-e6375662db6ff94f4066febf6c451df9a1e41c41.tar.gz |
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
-rw-r--r-- | ffserver.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ffserver.c b/ffserver.c index 7f87eb8410..b09eadcab6 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" ); } |