Fixed h5diff command-line parameters to use 1 and 2 instead of src

and dst.
This commit is contained in:
Dana Robinson
2020-04-22 16:49:52 -07:00
committed by David Young
parent 957e4eba9c
commit 2f5d6bac34
13 changed files with 151 additions and 151 deletions

View File

@@ -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.