diff --git a/ddclient b/ddclient index 39291ac..df8e582 100755 --- a/ddclient +++ b/ddclient @@ -742,7 +742,7 @@ my @opt = ( [ "protocol", "=s", "-protocol type : update protocol used" ], [ "file", "=s", "-file path : load configuration information from 'path'" ], [ "cache", "=s", "-cache path : record address used in 'path'" ], - [ "pid", "=s", "-pid path : record process id in 'path'" ], + [ "pid", "=s", "-pid path : record process id in 'path' if daemonized" ], "", [ "use", "=s", "-use which : how the should IP address be obtained." ], &ip_strategies_usage(), @@ -839,10 +839,6 @@ if (opt('foreground')) { open(STDOUT, ">/dev/null"); open(STDERR, ">/dev/null"); open(STDIN, "