diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-04-14 15:59:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 15:59:27 (GMT) |
commit | 5e1eee2370cfed0623e1803e81f16787bc1cba20 (patch) | |
tree | 6b227822c77286793a4617761ce61d359dcb9551 /tools/h5diff/testfiles/h5diff_10.txt | |
parent | 9fdf9546541866f989b4f46aad6f6ac975563777 (diff) | |
download | hdf5-5e1eee2370cfed0623e1803e81f16787bc1cba20.zip hdf5-5e1eee2370cfed0623e1803e81f16787bc1cba20.tar.gz hdf5-5e1eee2370cfed0623e1803e81f16787bc1cba20.tar.bz2 |
1.8 Move error-stack text to top of usage display #1564 (#1569)
Diffstat (limited to 'tools/h5diff/testfiles/h5diff_10.txt')
-rw-r--r-- | tools/h5diff/testfiles/h5diff_10.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/h5diff/testfiles/h5diff_10.txt b/tools/h5diff/testfiles/h5diff_10.txt index 5804ac3..2f2f21e 100644 --- a/tools/h5diff/testfiles/h5diff_10.txt +++ b/tools/h5diff/testfiles/h5diff_10.txt @@ -4,6 +4,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. @@ -22,8 +25,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. --follow-symlinks Follow symbolic links (soft links and external links and compare the) links' target objects. @@ -105,7 +106,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]] This option can be used repeatedly to exclude multiple paths. Modes of output: - Default mode: print the number of differences found and where they occured + Default mode: print the number of differences found and where they occurred -r Report mode: print the above plus the differences -v Verbose mode: print the above plus a list of objects and warnings -q Quiet mode: do not print output |