diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-04-01 20:55:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 20:55:22 (GMT) |
commit | b6398dd60e41266668827bd07e8f37059d3be2ce (patch) | |
tree | 07f09ea71a3597601d59931b7bb02a515374a8c1 /tools/test/h5diff/testfiles/h5diff_603.txt | |
parent | f15afef6b3166e5e1466fc1faed224178094c4e2 (diff) | |
download | hdf5-b6398dd60e41266668827bd07e8f37059d3be2ce.zip hdf5-b6398dd60e41266668827bd07e8f37059d3be2ce.tar.gz hdf5-b6398dd60e41266668827bd07e8f37059d3be2ce.tar.bz2 |
Move error-stack text to top of usage display (#1564)
* Move error-stack text to top of usage display
* Add optional tag ti list
* format changes
* Revert incorrect change
Diffstat (limited to 'tools/test/h5diff/testfiles/h5diff_603.txt')
-rw-r--r-- | tools/test/h5diff/testfiles/h5diff_603.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/test/h5diff/testfiles/h5diff_603.txt b/tools/test/h5diff/testfiles/h5diff_603.txt index 4317282..e7bad17 100644 --- a/tools/test/h5diff/testfiles/h5diff_603.txt +++ b/tools/test/h5diff/testfiles/h5diff_603.txt @@ -5,6 +5,9 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]] [obj1] Name of an HDF5 object, in absolute path [obj2] Name of an HDF5 object, in absolute path + ERROR + --enable-error-stack Prints messages from the HDF5 error stack as they occur. + Optional value 2 also prints file open errors. OPTIONS -h, --help Print a usage message and exit. @@ -23,8 +26,6 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]] 3 : All level 2 information plus file names. -q, --quiet Quiet mode. Do not produce output. - --enable-error-stack - Prints messages from the HDF5 error stack as they occur. --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 |