Minor help string clarification for client-ID
authorJan Janak <jan@janakj.org>
Wed, 31 Dec 2014 14:22:35 +0000 (15:22 +0100)
committerJan Janak <jan@janakj.org>
Wed, 31 Dec 2014 14:22:35 +0000 (15:22 +0100)
commitda8ad1051e593e9adc6e30319dc33f3cac3189e9
tree9fda7e2411bb2e057eee6de13e925ce214004baa
parent722226c4f1d45c8bf4ac9189523738abcf7d648f
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>
src/odhcp6c.c