diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-10-02 20:13:37 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-10-02 20:13:37 (GMT) |
commit | bc6115931877c6f6d63977f2c03c5e2dbffe3e56 (patch) | |
tree | 35aec89caded2ddadffd9a407175139d6522a75e /tools/test/h5repack | |
parent | 98720d651180d169e68a0c8e50b55776e1e41c44 (diff) | |
download | hdf5-bc6115931877c6f6d63977f2c03c5e2dbffe3e56.zip hdf5-bc6115931877c6f6d63977f2c03c5e2dbffe3e56.tar.gz hdf5-bc6115931877c6f6d63977f2c03c5e2dbffe3e56.tar.bz2 |
HDFFV-10919 merge synching
Diffstat (limited to 'tools/test/h5repack')
-rw-r--r-- | tools/test/h5repack/testfiles/h5repack-help.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/test/h5repack/testfiles/h5repack-help.txt b/tools/test/h5repack/testfiles/h5repack-help.txt index 29a3803..130cd72 100644 --- a/tools/test/h5repack/testfiles/h5repack-help.txt +++ b/tools/test/h5repack/testfiles/h5repack-help.txt @@ -159,11 +159,6 @@ Examples of use: Using latest file format with maximum compact group size of 10 and minimum shared datatype size of 20 -5) h5repack --low=0 --high=1 file1 file2 - - Set low=H5F_LIBVER_EARLIEST and high=H5F_LIBVER_V18 via - H5Pset_libver_bounds() when creating the repacked file, file2 - 5) h5repack -f SHUF -f GZIP=1 file1 file2 Add both filters SHUF and GZIP in this order to all datasets @@ -172,3 +167,8 @@ Examples of use: Add bzip2 filter to all datasets +7) h5repack --low=0 --high=1 file1 file2 + + Set low=H5F_LIBVER_EARLIEST and high=H5F_LIBVER_V18 via + H5Pset_libver_bounds() when creating the repacked file, file2 + |