Update of /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1002
Modified Files:
cloptions.cpp
Log Message:
Minor cosmetic fix in -h.
Index: cloptions.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core/cloptions.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** cloptions.cpp 4 Sep 2007 16:20:17 -0000 1.8
--- cloptions.cpp 4 Sep 2007 16:23:19 -0000 1.9
***************
*** 67,72 ****
<< " --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
<< " --install | -I : install package" << std::endl
--- 67,73 ----
<< " --host | -H : display informations about host" << std::endl
<< " --programs | -x : display informations about" << std::endl
! << " external programs used" << std::endl
! << " --options-analyze | -A : analyze options given to compiler" << std::endl << std::endl
!
<< "Management options (with -m or --manage domain) :" << std::endl
<< " --install | -I : install package" << std::endl
|