From: Steven Barth Date: Wed, 19 Feb 2014 08:14:09 +0000 (+0100) Subject: Make hex-string say base-16 encoded in help X-Git-Tag: debian/1.1+git20160131-1~83 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=commitdiff_plain;h=e9901dc8d0ecf382906b0fc7b269116649773cb6 Make hex-string say base-16 encoded in help --- 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