From d39b27a9c8de867815be513415b01e1e7f32e5a8 Mon Sep 17 00:00:00 2001 From: lado Date: Mon, 1 Apr 2013 00:59:59 +0200 Subject: -c Argument --- vdr-vdrmanager/examples/plugin.vdrmanager.conf | 2 ++ vdr-vdrmanager/examples/vdr.vdrmanager | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/vdr-vdrmanager/examples/plugin.vdrmanager.conf b/vdr-vdrmanager/examples/plugin.vdrmanager.conf index ec4cad3..c0c9a7d 100644 --- a/vdr-vdrmanager/examples/plugin.vdrmanager.conf +++ b/vdr-vdrmanager/examples/plugin.vdrmanager.conf @@ -5,5 +5,7 @@ # -p port port number to listen to\n" # -P password password (none if not given)" # -s force check against svdrphosts.conf even if -P option was given (password)"; +# -c selects the compression mode to use (zlib or gzip). Default is zlib" -p 6420 -P change +-c diff --git a/vdr-vdrmanager/examples/vdr.vdrmanager b/vdr-vdrmanager/examples/vdr.vdrmanager index e1d1ddb..ba53505 100644 --- a/vdr-vdrmanager/examples/vdr.vdrmanager +++ b/vdr-vdrmanager/examples/vdr.vdrmanager @@ -5,4 +5,5 @@ # -p port port number to listen to\n" # -P password password (none if not given)" # -s force check against svdrphosts.conf"; -_EXTRAOPTS="-p 6420 -P change" +# -c selects the compression mode to use (zlib or gzip). Default is zlib" +_EXTRAOPTS="-p 6420 -P change -c" -- cgit v1.2.3