From: Arnaud Giersch Date: Mon, 18 Apr 2011 16:39:28 +0000 (+0200) Subject: Line was too long in help message. X-Git-Tag: v0.1~69^2 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/0e7e808f6ba14f57185b1f0720b64bde7152667d?ds=sidebyside Line was too long in help message. --- 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"