Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.
This commit is contained in:
@@ -25,6 +25,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
|
||||
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
|
||||
HDF5 file specified
|
||||
--dst-vol-info VOL-specific info to pass to the VOL connector used for
|
||||
opening the output HDF5 file specified
|
||||
--follow-symlinks
|
||||
Follow symbolic links (soft links and external links and compare the)
|
||||
links' target objects.
|
||||
|
||||
Reference in New Issue
Block a user