diff options
Diffstat (limited to 'vdr-vdrmanager/examples/vdr.vdrmanager')
-rw-r--r-- | vdr-vdrmanager/examples/vdr.vdrmanager | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/vdr-vdrmanager/examples/vdr.vdrmanager b/vdr-vdrmanager/examples/vdr.vdrmanager index ba53505..eafab35 100644 --- a/vdr-vdrmanager/examples/vdr.vdrmanager +++ b/vdr-vdrmanager/examples/vdr.vdrmanager @@ -2,8 +2,10 @@ # # For more details see: # http://projects.vdr-developer.org/projects/vdr-manager/wiki -# -p port port number to listen to\n" -# -P password password (none if not given)" -# -s force check against svdrphosts.conf"; -# -c selects the compression mode to use (zlib or gzip). Default is zlib" +# -p port port number to listen to" +# -P password password (none if not given). No password forces check against svdrphosts.conf." +# -s force check against svdrphosts.conf, even if a password was given" +# -c compression selects the compression mode to use ('z' for zlib or 'g' for gzip and 'n' for none)." +# Zlib compression is enabled as default or is default compression if youf specify -c without arguments"; +# -k certfile[,keyfile] cert and key file for SSL (or one file for both)"; _EXTRAOPTS="-p 6420 -P change -c" |