From: Jan Janak Date: Wed, 31 Dec 2014 14:22:35 +0000 (+0100) Subject: Minor help string clarification for client-ID X-Git-Tag: debian/1.1+git20160131-1~36^2 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=da8ad1051e593e9adc6e30319dc33f3cac3189e9;hp=da8ad1051e593e9adc6e30319dc33f3cac3189e9;p=odhcp6c.git Minor help string clarification for client-ID Document that the value of -c must be a 16-bit type (network byte order) followed by a client-ID value. For example, to use a UUID based client-ID (type 4, RFC 6355) one could use the following cmdline option: -c0004<128_bit_uuid_in_hex> ---