From: Hans Dedecker Date: Wed, 5 Feb 2014 21:32:40 +0000 (+0100) Subject: Fix default sol max rt value in help text X-Git-Tag: debian/1.1+git20160131-1~87^2 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=commitdiff_plain;h=073aa00c81dd2fe99645d2259d6126baf568d3a4 Fix default sol max rt value in help text --- diff --git a/src/odhcp6c.c b/src/odhcp6c.c index 3eb37a7..868e1c6 100644 --- a/src/odhcp6c.c +++ b/src/odhcp6c.c @@ -446,7 +446,7 @@ static int usage(void) " -a Don't send Accept Reconfigure option\n" " -f Don't send Client FQDN option\n" " -k Don't send a RELEASE when stopping\n" - " -t Maximum timeout for DHCPv6-SOLICIT (120)\n" + " -t Maximum timeout for DHCPv6-SOLICIT (3600)\n" "\nInvocation options:\n" " -p Set pidfile (/var/run/odhcp6c.pid)\n" " -d Daemonize\n"