diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-04-22 23:49:52 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-04-22 23:49:52 (GMT) |
commit | 785bd0975ba13c3033820d0fc809da963fcd54ca (patch) | |
tree | b6de43bf842ae8bd97727cfa4ade87f6a6abde8f /tools/test/h5diff/testfiles/h5diff_603.txt | |
parent | 8cd9d8349e5984d8a6f78c9c0c1bb566a9960b23 (diff) | |
download | hdf5-785bd0975ba13c3033820d0fc809da963fcd54ca.zip hdf5-785bd0975ba13c3033820d0fc809da963fcd54ca.tar.gz hdf5-785bd0975ba13c3033820d0fc809da963fcd54ca.tar.bz2 |
Fixed h5diff command-line parameters to use 1 and 2 instead of src
and dst.
Diffstat (limited to 'tools/test/h5diff/testfiles/h5diff_603.txt')
-rw-r--r-- | tools/test/h5diff/testfiles/h5diff_603.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/test/h5diff/testfiles/h5diff_603.txt b/tools/test/h5diff/testfiles/h5diff_603.txt index 7249d68..36cd0ef 100644 --- a/tools/test/h5diff/testfiles/h5diff_603.txt +++ b/tools/test/h5diff/testfiles/h5diff_603.txt @@ -26,18 +26,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. - --src-vol-value Value (ID) of the VOL connector to use for opening the - input HDF5 file specified - --src-vol-name Name of the VOL connector to use for opening the input + --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 - --src-vol-info VOL-specific info to pass to the VOL connector used for - opening the input HDF5 file specified - --dst-vol-value Value (ID) of the VOL connector to use for opening the - output HDF5 file specified - --dst-vol-name Name of the VOL connector to use for opening the output + --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 - --dst-vol-info VOL-specific info to pass to the VOL connector used for - opening the output 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. |