Changed identifiers and command-line options from "id" to "value" in tools

code to be in agreement with H5VL API terminology.
This commit is contained in:
Dana Robinson
2020-04-14 04:31:01 -07:00
committed by David Young
parent aea3232b32
commit 755971029c
4 changed files with 27 additions and 27 deletions

View File

@@ -8,14 +8,14 @@ usage: h5repack [OPTIONS] file1 file2
-n, --native Use a native HDF5 type when repacking
--enable-error-stack Prints messages from the HDF5 error stack as they
occur
--src-vol-id ID of the VOL connector to use for opening the input
HDF5 file specified
--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
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-id ID of the VOL connector to use for opening the output
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
HDF5 file specified
--dst-vol-info VOL-specific info to pass to the VOL connector used for