diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-08-31 20:27:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-08-31 20:27:25 (GMT) |
commit | 27b361687d8fda20f3ec885b7dbe36084aac6d85 (patch) | |
tree | 92cd6da0a886cea0b0b724c2bd122185c8a03cdc /tools/h5repack/testfiles/h5repack-help.txt | |
parent | 48a87c89533b1143e63444a772e6eeb57a8b79f8 (diff) | |
download | hdf5-27b361687d8fda20f3ec885b7dbe36084aac6d85.zip hdf5-27b361687d8fda20f3ec885b7dbe36084aac6d85.tar.gz hdf5-27b361687d8fda20f3ec885b7dbe36084aac6d85.tar.bz2 |
HDFFV-10276 add enable-error-stack to h5diff
Diffstat (limited to 'tools/h5repack/testfiles/h5repack-help.txt')
-rw-r--r-- | tools/h5repack/testfiles/h5repack-help.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/h5repack/testfiles/h5repack-help.txt b/tools/h5repack/testfiles/h5repack-help.txt index b9157d7..337e004 100644 --- a/tools/h5repack/testfiles/h5repack-help.txt +++ b/tools/h5repack/testfiles/h5repack-help.txt @@ -22,7 +22,7 @@ usage: h5repack [OPTIONS] file1 file2 -f FILT, --filter=FILT Filter type -l LAYT, --layout=LAYT Layout type - M - is an integer greater than 1, size of dataset in bytes (default is 0) + M - is an integer greater than 1, size of dataset in bytes (default is 0) E - is a filename. S - is an integer U - is a filename. @@ -63,8 +63,8 @@ usage: h5repack [OPTIONS] file1 file2 NBIT (no parameter) SOFF=<scale_factor,scale_type> scale_factor is an integer and scale_type is either IN or DS - UD=<filter_number,cd_value_count,value_1[,value_2,...,value_N]> - required values for filter_number,cd_value_count,value_1 + UD=<filter_number,filter_flag,cd_value_count,value_1[,value_2,...,value_N]> + required values for filter_number,filter_flag,cd_value_count,value_1 optional values for value_2 to value_N NONE (no parameter) @@ -99,16 +99,16 @@ Examples of use: Chunked layout, with a layout size of 20x10, to objects dset1 and dset2 and remove filters to objects dset3, dset4, dset5 -4) h5repack -L -c 10 -s 20:dtype file1 file2 +4) h5repack -L -c 10 -s 20:dtype file1 file2 Using latest file format with maximum compact group size of 10 and and minimum shared datatype size of 20 -5) h5repack -f SHUF -f GZIP=1 file1 file2 +5) h5repack -f SHUF -f GZIP=1 file1 file2 Add both filters SHUF and GZIP in this order to all datasets -6) h5repack -f UD=307,1,9 file1 file2 +6) h5repack -f UD=307,0,1,9 file1 file2 Add bzip2 filter to all datasets |