From 073aa00c81dd2fe99645d2259d6126baf568d3a4 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Wed, 5 Feb 2014 22:32:40 +0100 Subject: [PATCH] Fix default sol max rt value 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 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" -- 2.39.2