From 8962655b3bb6d959c12a4bd9d6e1c0ddce6047cf Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sat, 5 Feb 2011 00:15:32 +0100 Subject: [PATCH] Cosmetic changes in help message. --- options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") -- 2.39.5