]> AND Private Git Repository - loba.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Be more precise in help message for option "-l".
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 18 Jan 2011 11:00:26 +0000 (12:00 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 18 Jan 2011 11:00:26 +0000 (12:00 +0100)
options.cpp

index aa953f9486d8fb87d3697281358a2c9108354224..d1d136bcb31d957cad816a51d44e877bb532a5e4 100644 (file)
@@ -331,7 +331,7 @@ void opt::usage()
 
     std::clog << "\nSimulation parameters\n";
     std::clog << o("-l value")
-              << "print current load every n-th iterations, 0 to disable"
+              << "print current load every n-th lb iterations, 0 to disable"
               << " (" << opt::log_rate << ")\n";
     std::clog << o("-v")
               << "verbose: do not override the default logging parameters\n";