diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-01-21 21:42:37 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-01-21 21:42:37 (GMT) |
commit | 793eb6b219170ba896ce1297c8ba6152f7fe952a (patch) | |
tree | 2ad75fd8757aef8689efbd31d6afc3bcf3c549fa /bin | |
parent | 30ccab0fb391f04e380c190f8d27f4e4d319063b (diff) | |
download | hdf5-793eb6b219170ba896ce1297c8ba6152f7fe952a.zip hdf5-793eb6b219170ba896ce1297c8ba6152f7fe952a.tar.gz hdf5-793eb6b219170ba896ce1297c8ba6152f7fe952a.tar.bz2 |
Remove duplicate lines noted on forum by Eric Bavier
Diffstat (limited to 'bin')
-rw-r--r-- | bin/h5cc.in | 7 |
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" |