summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-11-24 12:19:27 (GMT)
committerGitHub <noreply@github.com>2023-11-24 12:19:27 (GMT)
commitccc1ebd6fe4e755d9bb38d86e9b2c933b5d06bdc (patch)
treefd1a2cdefd5ca2e003981c8d32f626375238a8a1
parentcad5da6868abc48e43974261ed5c7bbbe85340e3 (diff)
downloadhdf5-ccc1ebd6fe4e755d9bb38d86e9b2c933b5d06bdc.zip
hdf5-ccc1ebd6fe4e755d9bb38d86e9b2c933b5d06bdc.tar.gz
hdf5-ccc1ebd6fe4e755d9bb38d86e9b2c933b5d06bdc.tar.bz2
Complete the `if command line option` sentence. (#3868)
-rw-r--r--tools/src/h5dump/h5dump.c2
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 */