From 82b41d8ac963598f437e57f720b3726939668b5d Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 29 Jan 2014 10:40:30 +0100 Subject: [PATCH] fix pidfile default in help text --- src/odhcp6c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2