From dd6e93b0d35c26c2dd9dacdf3fb964a2da2c1cb2 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 29 Feb 2012 18:20:12 +0100 Subject: [PATCH] Cosmetics: improve help message. --- options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.cpp b/options.cpp index 21f9b9b..9b427bc 100644 --- a/options.cpp +++ b/options.cpp @@ -571,7 +571,7 @@ void opt::usage() << " [" << opt::avg_load_ratio << "]\n"; if (opt::help_requested > 1) std::clog << o("") - << "or, if negative, 100 * (nhosts / -value) / avg_load\n"; + << "- if negative: use 100 * (nhosts / -value) / avg_load\n"; std::clog << o("-G") << "toggle exit on detection of convergence" << " [" << opt_helper::on_off(opt::exit_on_convergence) << "]\n"; std::clog << o("-t value") -- 2.39.5