From 28aae6ba086945c6e641864221394f1f71adbb01 Mon Sep 17 00:00:00 2001 From: wimpunk Date: Thu, 5 Jun 2008 19:33:41 +0000 Subject: [PATCH] Added more info about the daemon interval git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk/svn@90 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- ddclient | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ddclient b/ddclient index d83fb84..0031866 100755 --- a/ddclient +++ b/ddclient @@ -518,7 +518,7 @@ $variables{'merged'} = merge($variables{'global-defaults'}, my @opt = ( "usage: ${program} [options]", "options are:", - [ "daemon", "=s", "-daemon delay : run as a daemon" ], + [ "daemon", "=s", "-daemon delay : run as a daemon, specify delay as an interval." ], [ "proxy", "=s", "-proxy host : use 'host' as the HTTP proxy" ], [ "server", "=s", "-server host : update DNS information on 'host'" ], [ "protocol", "=s", "-protocol type : update protocol used" ], @@ -1959,7 +1959,8 @@ For example: specifies that ${program} should operate as a daemon, checking the eth0 interface for an IP address change every 5 minutes and use the -'dyndns2' protocol by default. +'dyndns2' protocol by default. The daemon interval can be specified +as seconds (600s), minutes (5m), hours (1h) or days (1d). Host definitions look like: [name=value [,name=value]*]* a.host.domain [,b.host.domain] [login] [password]