summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-08-29 20:06:10 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-08-29 20:06:10 (GMT)
commit42e48381633e636d18af95d5d5638cfdff2a00ae (patch)
tree8887d9c4cbe529e3e4a8458ee1b9f60978700344 /tools
parentcf05c2d76255a3384e1ec057f6fdcaaa7cb46f2b (diff)
downloadhdf5-42e48381633e636d18af95d5d5638cfdff2a00ae.zip
hdf5-42e48381633e636d18af95d5d5638cfdff2a00ae.tar.gz
hdf5-42e48381633e636d18af95d5d5638cfdff2a00ae.tar.bz2
[svn-r15557] bug fix: the -m flag add a long description of "--threshold" that was changed to "--minimum" because "--threshold" now refers to the threshold parameter for H5Pset_alignment
tested: linux
Diffstat (limited to 'tools')
-rwxr-xr-xtools/h5repack/h5repack.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in
index c4afde9..72e4414 100755
--- a/tools/h5repack/h5repack.sh.in
+++ b/tools/h5repack/h5repack.sh.in
@@ -457,7 +457,7 @@ TOOLTEST $FILE1 -n
# latest file format with long switches. use FILE4=h5repack_layout.h5 (no filters)
-arg="$FILE4 --layout CHUNK=20x10 --filter GZIP=1 --threshold=10 --native --latest --compact=8 --indexed=6 --ssize=8[:dtype]"
+arg="$FILE4 --layout CHUNK=20x10 --filter GZIP=1 --minimum=10 --native --latest --compact=8 --indexed=6 --ssize=8[:dtype]"
if test $USE_FILTER_DEFLATE != "yes" ; then
SKIP $arg
else