From: sbyx Date: Wed, 29 Jan 2014 09:45:11 +0000 (-0800) Subject: Merge pull request #12 from kaspar030/pid_usage_filename_fix X-Git-Tag: debian/1.1+git20160131-1~94 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=415cfbe06f7b9ee604237f69d475fe0d1953986e;hp=3f3f2531deacf11afbc4f96f6dfbf8c47753215d;p=odhcp6c.git Merge pull request #12 from kaspar030/pid_usage_filename_fix fix pidfile default in help text --- diff --git a/src/odhcp6c.c b/src/odhcp6c.c index 4a9267d..c4ce7d7 100644 --- a/src/odhcp6c.c +++ b/src/odhcp6c.c @@ -439,7 +439,7 @@ static int usage(void) " -k Don't send a RELEASE when stopping\n" " -t Maximum timeout for DHCPv6-SOLICIT (120)\n" "\nInvocation options:\n" - " -p Set pidfile (/var/run/6relayd.pid)\n" + " -p Set pidfile (/var/run/odhcp6c.pid)\n" " -d Daemonize\n" " -e Write logmessages to stderr\n" //" -v Increase logging verbosity\n"