summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/testfiles
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-09-11 17:09:06 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-09-11 17:09:06 (GMT)
commit2465c432f02e70b733c2c3ebaf154c4b4811821e (patch)
tree85a8f9a21378e6b7b33bc99d2e2212ccfac6a998 /tools/h5repack/testfiles
parent175e82e4843dbf2d6bec7f7121798338f4564379 (diff)
downloadhdf5-2465c432f02e70b733c2c3ebaf154c4b4811821e.zip
hdf5-2465c432f02e70b733c2c3ebaf154c4b4811821e.tar.gz
hdf5-2465c432f02e70b733c2c3ebaf154c4b4811821e.tar.bz2
[svn-r24124] HDFFV-8345: Changed usage txt to use dsetN instead ofletters for objects in examples.
Tested: local linux
Diffstat (limited to 'tools/h5repack/testfiles')
-rw-r--r--tools/h5repack/testfiles/h5repack-help.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/h5repack/testfiles/h5repack-help.txt b/tools/h5repack/testfiles/h5repack-help.txt
index 6de1eb4..c70b031 100644
--- a/tools/h5repack/testfiles/h5repack-help.txt
+++ b/tools/h5repack/testfiles/h5repack-help.txt
@@ -98,14 +98,14 @@ Examples of use:
GZIP compression with level 1 to all objects
-2) h5repack -v -f A:SZIP=8,NN file1 file2
+2) h5repack -v -f dset1:SZIP=8,NN file1 file2
- SZIP compression with 8 pixels per block and NN coding method to object A
+ SZIP compression with 8 pixels per block and NN coding method to object dset1
-3) h5repack -v -l A,B:CHUNK=20x10 -f C,D,F:NONE file1 file2
+3) h5repack -v -l dset1,dset2:CHUNK=20x10 -f dset3,dset4,dset5:NONE file1 file2
- Chunked layout, with a layout size of 20x10, to objects A and B
- and remove filters to objects C, D, F
+ 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