From ccc1ebd6fe4e755d9bb38d86e9b2c933b5d06bdc Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Fri, 24 Nov 2023 06:19:27 -0600 Subject: Complete the `if command line option` sentence. (#3868) --- tools/src/h5dump/h5dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v0.12