From cb02a2624293c499df2d34849ee45b6ed8047b97 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 18 Jan 2011 12:00:26 +0100 Subject: [PATCH] Be more precise in help message for option "-l". --- options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.cpp b/options.cpp index aa953f9..d1d136b 100644 --- a/options.cpp +++ b/options.cpp @@ -331,7 +331,7 @@ void opt::usage() std::clog << "\nSimulation parameters\n"; std::clog << o("-l value") - << "print current load every n-th iterations, 0 to disable" + << "print current load every n-th lb iterations, 0 to disable" << " (" << opt::log_rate << ")\n"; std::clog << o("-v") << "verbose: do not override the default logging parameters\n"; -- 2.39.5