From: Arnaud Giersch Date: Fri, 4 Feb 2011 23:15:32 +0000 (+0100) Subject: Cosmetic changes in help message. X-Git-Tag: v0.1~168 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/8962655b3bb6d959c12a4bd9d6e1c0ddce6047cf?ds=inline Cosmetic changes in help message. --- diff --git a/options.cpp b/options.cpp index 4e8de74..dbfae82 100644 --- a/options.cpp +++ b/options.cpp @@ -360,10 +360,10 @@ void opt::usage() << " [" << opt_helper::on_off(opt::bookkeeping) << "]\n"; std::clog << "\nApplication parameters\n"; - std::clog << o("-c [fn,...]f0") + std::clog << o("-c [aN,...]a0") << "polynomial factors for computation cost" << " [" << opt::comp_cost.to_string() << "]\n"; - std::clog << o("-C [fn,...]f0") + std::clog << o("-C [aN,...]a0") << "polynomial factors for communication cost" << " [" << opt::comm_cost.to_string() << "]\n"; std::clog << o("-s value")