diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-06-20 23:57:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 23:57:43 (GMT) |
commit | 7e3c1007553f332efa2966cecfa8a6e7e6112c34 (patch) | |
tree | 56c3ae04cc140bca3e89a28ab0a31536d2209734 /bin | |
parent | b0404e7f9cf97fe0812a7fbbb9f63700926cdbb5 (diff) | |
download | hdf5-7e3c1007553f332efa2966cecfa8a6e7e6112c34.zip hdf5-7e3c1007553f332efa2966cecfa8a6e7e6112c34.tar.gz hdf5-7e3c1007553f332efa2966cecfa8a6e7e6112c34.tar.bz2 |
Fix #1978 h5vers usage message. (#3162)
Update Platforms Tested in RELEASE.txt.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/h5vers | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -118,8 +118,9 @@ Usage: $prog [OPTS] [FILE] as \"version 1.1 release 0 (pre1)\" will be printed. FILE The name of the file that contains version information. This is - seldom necessary since files H5public.h, src/H5public.h and - ../src/H5public.h are automatically checked. + seldom necessary since the file H5public.h is checked for current + working directory at the top level, one level down, or in the src + directory where H5public.h resides. EOF exit 1; } |