summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-06-20 23:57:43 (GMT)
committerGitHub <noreply@github.com>2023-06-20 23:57:43 (GMT)
commit7e3c1007553f332efa2966cecfa8a6e7e6112c34 (patch)
tree56c3ae04cc140bca3e89a28ab0a31536d2209734 /bin
parentb0404e7f9cf97fe0812a7fbbb9f63700926cdbb5 (diff)
downloadhdf5-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-xbin/h5vers5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/h5vers b/bin/h5vers
index 6716794..c2894b0 100755
--- a/bin/h5vers
+++ b/bin/h5vers
@@ -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;
}