From: Steven Barth Date: Wed, 31 Dec 2014 14:49:47 +0000 (+0100) Subject: Merge pull request #28 from janakj/master X-Git-Tag: debian/1.1+git20160131-1~36 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=commitdiff_plain;h=c78a8cf83899a80cc228d8f955e909ff39f69997;hp=722226c4f1d45c8bf4ac9189523738abcf7d648f Merge pull request #28 from janakj/master Minor help string clarification for client-ID --- diff --git a/src/odhcp6c.c b/src/odhcp6c.c index a37de91..8b5cb54 100644 --- a/src/odhcp6c.c +++ b/src/odhcp6c.c @@ -429,7 +429,7 @@ static int usage(void) " -F Force IPv6-Prefix\n" " -V Set vendor-class option (base-16 encoded)\n" " -u Set user-class option string\n" - " -c Override client-ID (base-16 encoded)\n" + " -c Override client-ID (base-16 encoded 16-bit type + value)\n" " -i Use a custom interface identifier for RA handling\n" " -r Options to be requested (comma-separated)\n" " -R Do not request any options except those specified with -r\n"