summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Janak <jan@janakj.org>2014-12-31 15:22:35 +0100
committerJan Janak <jan@janakj.org>2014-12-31 15:22:35 +0100
commitda8ad1051e593e9adc6e30319dc33f3cac3189e9 (patch)
tree9fda7e2411bb2e057eee6de13e925ce214004baa /src
parent722226c4f1d45c8bf4ac9189523738abcf7d648f (diff)
downloadodhcp6c-da8ad1051e593e9adc6e30319dc33f3cac3189e9.tar.gz
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>
Diffstat (limited to 'src')
-rw-r--r--src/odhcp6c.c2
1 files changed, 1 insertions, 1 deletions
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 <class> Set vendor-class option (base-16 encoded)\n"
" -u <user-class> Set user-class option string\n"
- " -c <clientid> Override client-ID (base-16 encoded)\n"
+ " -c <clientid> Override client-ID (base-16 encoded 16-bit type + value)\n"
" -i <iface-id> Use a custom interface identifier for RA handling\n"
" -r <options> Options to be requested (comma-separated)\n"
" -R Do not request any options except those specified with -r\n"