summaryrefslogtreecommitdiff
path: root/src/odhcp6c.c
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2014-02-05 22:32:40 +0100
committerHans Dedecker <dedeckeh@gmail.com>2014-02-05 22:48:17 +0100
commit073aa00c81dd2fe99645d2259d6126baf568d3a4 (patch)
tree30142aabccf6c5a22c34e30dd29f9042bd801945 /src/odhcp6c.c
parentc291def1cadf58c0aa10c18a53c2fc4d2dee1ad6 (diff)
downloadodhcp6c-073aa00c81dd2fe99645d2259d6126baf568d3a4.tar.gz
Fix default sol max rt value in help text
Diffstat (limited to 'src/odhcp6c.c')
-rw-r--r--src/odhcp6c.c2
1 files changed, 1 insertions, 1 deletions
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 <seconds> Maximum timeout for DHCPv6-SOLICIT (120)\n"
+ " -t <seconds> Maximum timeout for DHCPv6-SOLICIT (3600)\n"
"\nInvocation options:\n"
" -p <pidfile> Set pidfile (/var/run/odhcp6c.pid)\n"
" -d Daemonize\n"