diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-01-21 21:42:37 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:31:50 (GMT) |
commit | ec3847712c0e98a7fc073f924206e4a5fbe82aef (patch) | |
tree | 57a5edd3c24550f09e793d6c9df9bcf39f44a127 /bin | |
parent | 7bbca406525f42a466fa803ad6c9d749799351c0 (diff) | |
download | hdf5-ec3847712c0e98a7fc073f924206e4a5fbe82aef.zip hdf5-ec3847712c0e98a7fc073f924206e4a5fbe82aef.tar.gz hdf5-ec3847712c0e98a7fc073f924206e4a5fbe82aef.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" |