diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-05-26 22:59:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-26 22:59:02 +0000 |
commit | d6880d4d266db1ade1b1044faa5ef055265f1c84 (patch) | |
tree | 37f0373cfef7db9a632a232f49157ebde0c35954 | |
parent | 04fd3e81346e1e7365f1bf381d15f2d347d20427 (diff) | |
download | ffmpeg-d6880d4d266db1ade1b1044faa5ef055265f1c84.tar.gz |
small consistency fixes for the ffserver manual
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13440 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffserver-doc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffserver-doc.texi b/doc/ffserver-doc.texi index 589e58fca8..bc55445fd7 100644 --- a/doc/ffserver-doc.texi +++ b/doc/ffserver-doc.texi @@ -199,11 +199,11 @@ ffserver [options] @item -version Show version. @item -L -Print the license. +Show license. @item -formats Show available formats, codecs, protocols, ... @item -h -Print the help. +Show help. @item -f @var{configfile} Use @file{configfile} instead of @file{/etc/ffserver.conf}. @end table |