From e9901dc8d0ecf382906b0fc7b269116649773cb6 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 19 Feb 2014 09:14:09 +0100 Subject: [PATCH] Make hex-string say base-16 encoded in help --- src/odhcp6c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 for requesting addresses [try|force|none]\n" " -P Request IPv6-Prefix (0 = auto)\n" " -F Force IPv6-Prefix\n" - " -V Set vendor-class option. string length must be a multiple of 2\n" + " -V Set vendor-class option (base-16 encoded)\n" #ifdef EXT_BFD_PING " -B Enable BFD ping check\n" #endif -- 2.39.2