diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-04-14 11:31:01 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-04-14 11:31:01 (GMT) |
commit | 28d2596f6551198ea45b35098a037a556b824505 (patch) | |
tree | 88fba8a6b8319f14be46aa8fea00b3fed90df5dc /tools/test/h5repack/testfiles/h5repack-help.txt | |
parent | e9ad3bad4e8f1331ba28855be283fbd023da1ff0 (diff) | |
download | hdf5-28d2596f6551198ea45b35098a037a556b824505.zip hdf5-28d2596f6551198ea45b35098a037a556b824505.tar.gz hdf5-28d2596f6551198ea45b35098a037a556b824505.tar.bz2 |
Changed identifiers and command-line options from "id" to "value" in tools
code to be in agreement with H5VL API terminology.
Diffstat (limited to 'tools/test/h5repack/testfiles/h5repack-help.txt')
-rw-r--r-- | tools/test/h5repack/testfiles/h5repack-help.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/test/h5repack/testfiles/h5repack-help.txt b/tools/test/h5repack/testfiles/h5repack-help.txt index fe02584..00fae24 100644 --- a/tools/test/h5repack/testfiles/h5repack-help.txt +++ b/tools/test/h5repack/testfiles/h5repack-help.txt @@ -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 |