summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-15 12:00:15 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-15 12:00:15 -0400
commit2e541a8a9a52ec23f5e337175314606ce2702381 (patch)
tree2986b6d6146a4f5e07c22cbc8aeb9dbfe2335997 /cmd2/argparse_custom.py
parentbff6e04607ea9bede7bc981755cdf41740c15462 (diff)
downloadcmd2-git-2e541a8a9a52ec23f5e337175314606ce2702381.tar.gz
Updated documentation
Diffstat (limited to 'cmd2/argparse_custom.py')
-rw-r--r--cmd2/argparse_custom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd2/argparse_custom.py b/cmd2/argparse_custom.py
index e902daf0..5bcbc91a 100644
--- a/cmd2/argparse_custom.py
+++ b/cmd2/argparse_custom.py
@@ -7,8 +7,8 @@ that inherits from it. This will give a consistent look-and-feel between the hel
cmd2 commands and the app-specific commands.
Since the new capabilities are added by patching at the argparse API level, they are available whether or
-not ArgParser is used. However, the help output of ArgParser is customized to notate nargs ranges
-whereas any other parser class won't be as explicit in the usage statement.
+not ArgParser is used. However, the help and error output of ArgParser is customized to notate nargs ranges
+whereas any other parser class won't be as explicit in their output.
############################################################################################################
# Added capabilities