Skip to content

Commit

Permalink
Complete the if command line option sentence. (#3868)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Nov 24, 2023
1 parent cad5da6 commit ccc1ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/h5dump/h5dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ccc1ebd

Please sign in to comment.