From 0ce626c1cf872391a2a2055f70e7c8072c4f1758 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 5 Jun 2003 17:27:37 -0500 Subject: [svn-r6985] Purpose: Update Description: Changed help message to say "C++" instead of "C" compiler. Platforms tested: Eyeballed. Misc. update: --- c++/src/h5c++.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/src/h5c++.in b/c++/src/h5c++.in index faf4c5d..29a1082 100755 --- a/c++/src/h5c++.in +++ b/c++/src/h5c++.in @@ -84,7 +84,7 @@ usage() { echo " or shared libraries to compile your program by setting the following" echo " environment variables accordingly:" echo " " - echo " HDF5_CXX - use a different C compiler" + echo " HDF5_CXX - use a different C++ compiler" echo " HDF5_CXXLINKER - use a different linker" echo " " exit 1 -- cgit v0.12