diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-02-19 19:00:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-02-19 19:00:51 (GMT) |
commit | 9f2802f23cad8dd16f21b85c0dd9c97008a51f76 (patch) | |
tree | ba89ca90d4ad093fd8f2435dd5edc6fdc67b9d75 /tools/testfiles/h5dump-help.txt | |
parent | a4cb96a34fa91d5abdc394f5c38e3bf98a0b071b (diff) | |
parent | 30166fed18a9b0754d56b3454176e3a5111a1e21 (diff) | |
download | hdf5-9f2802f23cad8dd16f21b85c0dd9c97008a51f76.zip hdf5-9f2802f23cad8dd16f21b85c0dd9c97008a51f76.tar.gz hdf5-9f2802f23cad8dd16f21b85c0dd9c97008a51f76.tar.bz2 |
Merge pull request #899 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '30166fed18a9b0754d56b3454176e3a5111a1e21':
Fix indentation
HDFFV-10384 Add opt arg to help
HDFFV-10384 Add optional arg to enable-error-stack
Diffstat (limited to 'tools/testfiles/h5dump-help.txt')
-rw-r--r-- | tools/testfiles/h5dump-help.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/h5dump-help.txt b/tools/testfiles/h5dump-help.txt index fe22a1b..19de76f 100644 --- a/tools/testfiles/h5dump-help.txt +++ b/tools/testfiles/h5dump-help.txt @@ -44,8 +44,8 @@ usage: h5dump [OPTIONS] files -m T, --format=T Set the floating point output format -q Q, --sort_by=Q Sort groups and attributes by index Q -z Z, --sort_order=Z Sort groups and attributes by order Z - --enable-error-stack Prints messages from the HDF5 error stack as they - occur. + --enable-error-stack Prints messages from the HDF5 error stack as they occur. + Optional value 2 also prints file open errors. --no-compact-subset Disable compact form of subsetting and allow the use of "[" in dataset names. -w N, --width=N Set the number of columns of output. A value of 0 (zero) |