From: Kaspar Schleiser Date: Wed, 29 Jan 2014 09:40:30 +0000 (+0100) Subject: fix pidfile default in help text X-Git-Tag: debian/1.1+git20160131-1~94^2 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=commitdiff_plain;h=82b41d8ac963598f437e57f720b3726939668b5d 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"