summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-06-05 22:27:37 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-06-05 22:27:37 (GMT)
commit0ce626c1cf872391a2a2055f70e7c8072c4f1758 (patch)
tree0536708136c3141015ecbb5be7a8b7b5e9772d64
parent56218d7ea8079c59b3f8318924c2d8878584551f (diff)
downloadhdf5-0ce626c1cf872391a2a2055f70e7c8072c4f1758.zip
hdf5-0ce626c1cf872391a2a2055f70e7c8072c4f1758.tar.gz
hdf5-0ce626c1cf872391a2a2055f70e7c8072c4f1758.tar.bz2
[svn-r6985] Purpose:
Update Description: Changed help message to say "C++" instead of "C" compiler. Platforms tested: Eyeballed. Misc. update:
-rwxr-xr-xc++/src/h5c++.in2
1 files changed, 1 insertions, 1 deletions
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