summaryrefslogtreecommitdiffstats
path: root/tools/test/h5diff/testfiles/h5diff_10.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-04-23 00:07:48 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-04-23 00:07:48 (GMT)
commit1db039d1beee05d7349e153cef4cf642c907cc1e (patch)
tree6b10d3ed6382ce8e678c49e90a605ca601efcfed /tools/test/h5diff/testfiles/h5diff_10.txt
parent729ad25bdff45c98e7a71acd118ee1332f0cc8bc (diff)
parent785bd0975ba13c3033820d0fc809da963fcd54ca (diff)
downloadhdf5-1db039d1beee05d7349e153cef4cf642c907cc1e.zip
hdf5-1db039d1beee05d7349e153cef4cf642c907cc1e.tar.gz
hdf5-1db039d1beee05d7349e153cef4cf642c907cc1e.tar.bz2
Merge pull request #2532 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
* commit '785bd0975ba13c3033820d0fc809da963fcd54ca': Fixed h5diff command-line parameters to use 1 and 2 instead of src and dst. Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.
Diffstat (limited to 'tools/test/h5diff/testfiles/h5diff_10.txt')
-rw-r--r--tools/test/h5diff/testfiles/h5diff_10.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/test/h5diff/testfiles/h5diff_10.txt b/tools/test/h5diff/testfiles/h5diff_10.txt
index 11ad800..0a2fd12 100644
--- a/tools/test/h5diff/testfiles/h5diff_10.txt
+++ b/tools/test/h5diff/testfiles/h5diff_10.txt
@@ -25,6 +25,18 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
Quiet mode. Do not produce output.
--enable-error-stack
Prints messages from the HDF5 error stack as they occur.
+ --vol-value-1 Value (ID) of the VOL connector to use for opening the
+ first HDF5 file specified
+ --vol-name-1 Name of the VOL connector to use for opening the first
+ HDF5 file specified
+ --vol-info-1 VOL-specific info to pass to the VOL connector used for
+ opening the first HDF5 file specified
+ --vol-value-2 Value (ID) of the VOL connector to use for opening the
+ second HDF5 file specified
+ --vol-name-2 Name of the VOL connector to use for opening the second
+ HDF5 file specified
+ --vol-info-2 VOL-specific info to pass to the VOL connector used for
+ opening the second HDF5 file specified
--follow-symlinks
Follow symbolic links (soft links and external links and compare the)
links' target objects.