Added more info about the daemon interval

git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@90 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
wimpunk 2008-06-05 19:33:41 +00:00
parent 5fc7106be7
commit 5b02058fb8

View file

@ -518,7 +518,7 @@ $variables{'merged'} = merge($variables{'global-defaults'},
my @opt = ( my @opt = (
"usage: ${program} [options]", "usage: ${program} [options]",
"options are:", "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" ], [ "proxy", "=s", "-proxy host : use 'host' as the HTTP proxy" ],
[ "server", "=s", "-server host : update DNS information on 'host'" ], [ "server", "=s", "-server host : update DNS information on 'host'" ],
[ "protocol", "=s", "-protocol type : update protocol used" ], [ "protocol", "=s", "-protocol type : update protocol used" ],
@ -1959,7 +1959,8 @@ For example:
specifies that ${program} should operate as a daemon, checking the specifies that ${program} should operate as a daemon, checking the
eth0 interface for an IP address change every 5 minutes and use 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: Host definitions look like:
[name=value [,name=value]*]* a.host.domain [,b.host.domain] [login] [password] [name=value [,name=value]*]* a.host.domain [,b.host.domain] [login] [password]