[Compbench-devel] CompBenchmarks++/compbenchmarks-core cloptions.cpp, 1.7, 1.8
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2007-09-04 16:20:28
|
Update of /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32361 Modified Files: cloptions.cpp Log Message: Closes SF's TID #141820 : -A option shown in help. Index: cloptions.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core/cloptions.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** cloptions.cpp 22 Aug 2007 17:04:05 -0000 1.7 --- cloptions.cpp 4 Sep 2007 16:20:17 -0000 1.8 *************** *** 67,70 **** --- 67,71 ---- << " --host | -H : display informations about host" << std::endl << " --programs | -x : display informations about" << std::endl + << " -A (with -c <compiler>) : analyze options given to compiler" << std::endl << " external programs used" << std::endl << std::endl << "Management options (with -m or --manage domain) :" << std::endl |