From: Wlodek Wencel Date: Fri, 20 Mar 2020 11:17:47 +0000 (+0100) Subject: [#1046] changed help message to reflect recent changes X-Git-Tag: Kea-1.7.6~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=510310ea01f72be53aec2fca93718a2ee887c6d5;p=thirdparty%2Fkea.git [#1046] changed help message to reflect recent changes --- diff --git a/src/bin/perfdhcp/command_options.cc b/src/bin/perfdhcp/command_options.cc index a39cba7a62..0ddadd0d2a 100644 --- a/src/bin/perfdhcp/command_options.cc +++ b/src/bin/perfdhcp/command_options.cc @@ -1150,10 +1150,10 @@ CommandOptions::printCommandLine() const { void CommandOptions::usage() const { std::cout << - "perfdhcp [-huvC] [-4|-6] [-A] [-e]\n" + "perfdhcp [-huv] [-4|-6] [-A] [-e]\n" " [-r] [-f]\n" - " [-F] [-t] [-R] [-b]\n" - " [-n] [-p] [-d]\n" + " [-F] [-t] [-C] [-R] + " [-b] [-n] [-p] [-d]\n" " [-D] [-l] [-P]\n" " [-L] [-N]\n" " [-s] [-i] [-B] [-W]\n"