diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-06-05 22:27:37 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-06-05 22:27:37 (GMT) |
commit | 0ce626c1cf872391a2a2055f70e7c8072c4f1758 (patch) | |
tree | 0536708136c3141015ecbb5be7a8b7b5e9772d64 /c++/src | |
parent | 56218d7ea8079c59b3f8318924c2d8878584551f (diff) | |
download | hdf5-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:
Diffstat (limited to 'c++/src')
-rwxr-xr-x | c++/src/h5c++.in | 2 |
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 |