summaryrefslogtreecommitdiff
path: root/src/odhcp6c.c
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-02-19 09:14:09 +0100
committerSteven Barth <steven@midlink.org>2014-02-19 09:14:09 +0100
commite9901dc8d0ecf382906b0fc7b269116649773cb6 (patch)
tree846482b9e35716d5b31089cae65d846d98343313 /src/odhcp6c.c
parent53db18b200aa7d5d065e8cc8f2672f077d6d324b (diff)
downloadodhcp6c-e9901dc8d0ecf382906b0fc7b269116649773cb6.tar.gz
Make hex-string say base-16 encoded in help
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 868e1c6..e52e4e0 100644
--- a/src/odhcp6c.c
+++ b/src/odhcp6c.c
@@ -434,7 +434,7 @@ static int usage(void)
" -N <mode> Mode for requesting addresses [try|force|none]\n"
" -P <length> Request IPv6-Prefix (0 = auto)\n"
" -F Force IPv6-Prefix\n"
- " -V <hex-string> Set vendor-class option. string length must be a multiple of 2\n"
+ " -V <class> Set vendor-class option (base-16 encoded)\n"
#ifdef EXT_BFD_PING
" -B <interval> Enable BFD ping check\n"
#endif