summaryrefslogtreecommitdiffstats
path: root/tools/test/misc
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/misc
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/misc')
-rw-r--r--tools/test/misc/testfiles/h5mkgrp_help.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/test/misc/testfiles/h5mkgrp_help.txt b/tools/test/misc/testfiles/h5mkgrp_help.txt
index ba130f6..9525230 100644
--- a/tools/test/misc/testfiles/h5mkgrp_help.txt
+++ b/tools/test/misc/testfiles/h5mkgrp_help.txt
@@ -5,3 +5,10 @@ usage: h5mkgrp [OPTIONS] FILE GROUP...
-p, --parents No error if existing, make parent groups as needed
-v, --verbose Print information about OBJECTS and OPTIONS
-V, --version Print version number and exit
+ --vol-value Value (ID) of the VOL connector to use for opening the
+ HDF5 file specified
+ --vol-name Name of the VOL connector to use for opening the
+ HDF5 file specified
+ --vol-info VOL-specific info to pass to the VOL connector used for
+ opening the HDF5 file specified
+