diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-04-18 18:21:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-18 18:21:18 (GMT) |
commit | 445fcab52f92bbd03ee0779e753c1cf1c1b3a91b (patch) | |
tree | 63c89e344c4b0408f9e647ed14a354569e621857 /tools/test/h5diff/testfiles/h5diff_612.txt | |
parent | 6e516abc29ce608190dec4b09ab9fd6619f22d50 (diff) | |
download | hdf5-445fcab52f92bbd03ee0779e753c1cf1c1b3a91b.zip hdf5-445fcab52f92bbd03ee0779e753c1cf1c1b3a91b.tar.gz hdf5-445fcab52f92bbd03ee0779e753c1cf1c1b3a91b.tar.bz2 |
Add no subsets option to h5diff like h5dump #2688 (#2756)
Diffstat (limited to 'tools/test/h5diff/testfiles/h5diff_612.txt')
-rw-r--r-- | tools/test/h5diff/testfiles/h5diff_612.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test/h5diff/testfiles/h5diff_612.txt b/tools/test/h5diff/testfiles/h5diff_612.txt index ffc191e..a44d94a 100644 --- a/tools/test/h5diff/testfiles/h5diff_612.txt +++ b/tools/test/h5diff/testfiles/h5diff_612.txt @@ -158,6 +158,8 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]] symbolic links are compared.). Subsetting options: + --no-compact-subset Disable compact form of subsetting and allow the use + of "[" in dataset names. Subsetting is available by using the fcompact form of subsetting, as follows: obj1 /foo/mydataset[START;STRIDE;COUNT;BLOCK] It is not required to use all parameters, but until the last parameter value used, |