summaryrefslogtreecommitdiffstats
path: root/bin/h5cc.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-01-22 14:34:30 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-01-22 21:57:39 (GMT)
commitfe0eca39c9a82a4b24887f4d81f5903ac357a83d (patch)
treec3790f0506ea7b512ee79a5adb108ff47711b204 /bin/h5cc.in
parent8eb45094683843798b86ad8c3da298ebbde02fde (diff)
downloadhdf5-fe0eca39c9a82a4b24887f4d81f5903ac357a83d.zip
hdf5-fe0eca39c9a82a4b24887f4d81f5903ac357a83d.tar.gz
hdf5-fe0eca39c9a82a4b24887f4d81f5903ac357a83d.tar.bz2
Merge pull request #2289 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'a92cfed71e0da0ff61af2550640e38bf6d415fee': Remove irrelevant sentence from comment. Remove duplicate lines noted on forum by Eric Bavier Add v111 version for H5O functions to enable version1 default for HDF5 1.8-1.10 and version 3 default for HDF5 1.12. Version 2 functions are available (deprecated) but will not be the default for any version.
Diffstat (limited to 'bin/h5cc.in')
-rw-r--r--bin/h5cc.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/h5cc.in b/bin/h5cc.in
index 9c4e3ca..d6b7a12 100644
--- a/bin/h5cc.in
+++ b/bin/h5cc.in
@@ -121,13 +121,6 @@ usage() {
echo " -echo Show all the shell commands executed"
echo " -prefix=DIR Prefix directory to find HDF5 lib/ and include/"
echo " subdirectories [default: $prefix]"
- # A wonderfully informative "usage" message.
- echo "usage: $prog_name [OPTIONS] <compile line>"
- echo " OPTIONS:"
- echo " -help This help message."
- echo " -echo Show all the shell commands executed"
- echo " -prefix=DIR Prefix directory to find HDF5 lib/ and include/"
- echo " subdirectories [default: $prefix]"
echo " -show Show the commands without executing them"
echo " -showconfig Show the HDF5 library configuration summary"
echo " -shlib Compile with shared HDF5 libraries [default for hdf5 built"