From 87bea3595346f8a972714cfa9cdbc2ed709f99d4 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Wed, 28 Feb 2018 11:37:22 +0200 Subject: [PATCH] fixed merge --- src/bin/perfdhcp/command_options.cc | 5 ++--- src/lib/dhcpsrv/benchmarks/benchmarks.dox | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/bin/perfdhcp/command_options.cc b/src/bin/perfdhcp/command_options.cc index 7d6babffc8..3a12cc247c 100644 --- a/src/bin/perfdhcp/command_options.cc +++ b/src/bin/perfdhcp/command_options.cc @@ -370,9 +370,8 @@ CommandOptions::initialize(int argc, char** argv, bool print_cmd_line) { break; case 'W': - // 'm' for moratorium exit_wait_time_ = nonNegativeInteger("value of exist wait time: " - "-m must not be a " + "-W must not be a " "negative integer"); break; @@ -989,7 +988,7 @@ CommandOptions::usage() const { " [-n] [-p] [-d]\n" " [-D] [-l] [-P]\n" " [-a] [-L] [-s] [-i] [-B]\n" - " [-m]\n" + " [-W]\n" " [-c] [-1] [-M] [-T]\n" " [-X] [-O]\n" " [-S] [-I] [-x]\n" diff --git a/src/lib/dhcpsrv/benchmarks/benchmarks.dox b/src/lib/dhcpsrv/benchmarks/benchmarks.dox index 8e5327b3ce..98dc88a448 100644 --- a/src/lib/dhcpsrv/benchmarks/benchmarks.dox +++ b/src/lib/dhcpsrv/benchmarks/benchmarks.dox @@ -23,7 +23,7 @@ $ make The benchmarks are built in @b src/lib/dhcpsrv/benchmarks directory. Note that the benchmarks are backend-specific, so please make sure you enable the backends you want to measure (See --with-mysql, ---with-pgsql --with-cql parameters for configure). Once the +--with-pgsql, --with-cql parameters for configure). Once the benchmark is built, you can run specific benchmarks. Make sure you have the environment ready for use, i.e. the actual database backend is set up, the DB or keyspace is created. The setup is the same as for -- 2.47.2