diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-02-15 22:58:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-02-15 22:58:51 (GMT) |
commit | ebb3bb0cfc08f3674606d78ec8c18cb7132650cd (patch) | |
tree | b400ae8e03d83155de7fcb89c6cab91a2c6770ed /tools/src/h5dump | |
parent | 84fdfb68636d3d52cb2187d0b095bebfb7330663 (diff) | |
download | hdf5-ebb3bb0cfc08f3674606d78ec8c18cb7132650cd.zip hdf5-ebb3bb0cfc08f3674606d78ec8c18cb7132650cd.tar.gz hdf5-ebb3bb0cfc08f3674606d78ec8c18cb7132650cd.tar.bz2 |
HDFFV-10384 Add opt arg to help
Diffstat (limited to 'tools/src/h5dump')
-rw-r--r-- | tools/src/h5dump/h5dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/src/h5dump/h5dump.c b/tools/src/h5dump/h5dump.c index 62f0ed0..25e4858 100644 --- a/tools/src/h5dump/h5dump.c +++ b/tools/src/h5dump/h5dump.c @@ -273,8 +273,8 @@ usage(const char *prog) PRINTVALSTREAM(rawoutstream, " -m T, --format=T Set the floating point output format\n"); PRINTVALSTREAM(rawoutstream, " -q Q, --sort_by=Q Sort groups and attributes by index Q\n"); PRINTVALSTREAM(rawoutstream, " -z Z, --sort_order=Z Sort groups and attributes by order Z\n"); - PRINTVALSTREAM(rawoutstream, " --enable-error-stack Prints messages from the HDF5 error stack as they\n"); - PRINTVALSTREAM(rawoutstream, " occur.\n"); + PRINTVALSTREAM(rawoutstream, " --enable-error-stack Prints messages from the HDF5 error stack as they occur.\n"); + PRINTVALSTREAM(rawoutstream, " Optional value 2 also prints file open errors.\n"); PRINTVALSTREAM(rawoutstream, " --no-compact-subset Disable compact form of subsetting and allow the use\n"); PRINTVALSTREAM(rawoutstream, " of \"[\" in dataset names.\n"); PRINTVALSTREAM(rawoutstream, " -w N, --width=N Set the number of columns of output. A value of 0 (zero)\n"); |