From 0e7e808f6ba14f57185b1f0720b64bde7152667d Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 18 Apr 2011 18:39:28 +0200 Subject: [PATCH] Line was too long in help message. --- options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.cpp b/options.cpp index 23783fa..3602fbf 100644 --- a/options.cpp +++ b/options.cpp @@ -471,7 +471,7 @@ void opt::usage() << "minimum duration between comp. iterations" << " [" << opt::min_comp_iter_duration << "]\n"; std::clog << o("-d value") - << "start comp. iterations after given number of lb. iterations" + << "start comp. iterations after given number of lb. iter." << " [" << opt::comp_iter_delay << "]\n"; std::clog << o("-D value") << "start comp. iterations after given time" -- 2.39.5