We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5db43 commit 263784fCopy full SHA for 263784f
README.md
@@ -455,8 +455,9 @@ In both cases exceptions will be thrown where parsing or validation errors are f
455
## Help Formatting
456
457
By default, `ArgParser` will add a `--help` option (short name `-h`) for
458
-displaying usage information. If this option is present the program will halt
459
-and print a help message like the one below, based on the `ArgParser`
+displaying usage information. If this option is present a `ShowHelpException` will be thrown.
+If the default exception handling is being used (see [Error Handling](#error-handling)) the
460
+program will halt and print a help message like the one below, based on the `ArgParser`
461
configuration:
462
463
usage: program_name [-h] [-n] [-I INCLUDE]... -o OUTPUT
0 commit comments