diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2023-11-24 12:19:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-24 12:19:27 (GMT) |
commit | ccc1ebd6fe4e755d9bb38d86e9b2c933b5d06bdc (patch) | |
tree | fd1a2cdefd5ca2e003981c8d32f626375238a8a1 /tools | |
parent | cad5da6868abc48e43974261ed5c7bbbe85340e3 (diff) | |
download | hdf5-ccc1ebd6fe4e755d9bb38d86e9b2c933b5d06bdc.zip hdf5-ccc1ebd6fe4e755d9bb38d86e9b2c933b5d06bdc.tar.gz hdf5-ccc1ebd6fe4e755d9bb38d86e9b2c933b5d06bdc.tar.bz2 |
Complete the `if command line option` sentence. (#3868)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/src/h5dump/h5dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5dump/h5dump.c b/tools/src/h5dump/h5dump.c index 8fce1ca..d6a2148 100644 --- a/tools/src/h5dump/h5dump.c +++ b/tools/src/h5dump/h5dump.c @@ -1357,7 +1357,7 @@ main(int argc, char *argv[]) goto done; } - /* enable error reporting if command line option */ + /* Enable error reporting if --enable-error-stack command line option is specified */ h5tools_error_report(); /* Initialize indexing options */ |