diff options
author | Piotrek Zadroga <piotrek@isc.org> | 2023-05-29 14:53:04 +0200 |
---|---|---|
committer | Piotrek Zadroga <piotrek@isc.org> | 2023-05-29 14:53:04 +0200 |
commit | 4ea8ad34748681a45640c88792f29f28ab6e2ec9 (patch) | |
tree | e2fe8d54da82019e4b1990ce4075156eed942de1 /src/bin/perfdhcp | |
parent | [#2834] Addressed review comments (diff) | |
download | kea-4ea8ad34748681a45640c88792f29f28ab6e2ec9.tar.xz kea-4ea8ad34748681a45640c88792f29f28ab6e2ec9.zip |
[#2834] Addressed review comments
Diffstat (limited to 'src/bin/perfdhcp')
-rw-r--r-- | src/bin/perfdhcp/command_options.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/perfdhcp/command_options.cc b/src/bin/perfdhcp/command_options.cc index b681740243..249ebc0f14 100644 --- a/src/bin/perfdhcp/command_options.cc +++ b/src/bin/perfdhcp/command_options.cc @@ -638,8 +638,8 @@ CommandOptions::initialize(int argc, char** argv, bool print_cmd_line) { check(comma_loc == std::string::npos, "--or option must provide encapsulation level, a colon, option code, a comma and " - "hexstring for the option content, e.g. --or 1:60,646f63736973 for sending option" - " 60 (class-id) with the value 'docsis' at first level of encapsulation"); + "hexstring for the option content, e.g. --or 1:38,31323334 for sending option" + " 38 (subscriber-id) with the value 1234 at first level of encapsulation"); int code = 0; // Try to parse the option code |