summaryrefslogtreecommitdiff
path: root/argparse_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'argparse_utils.py')
-rw-r--r--argparse_utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/argparse_utils.py b/argparse_utils.py
index 83a3aa4..6055f1a 100644
--- a/argparse_utils.py
+++ b/argparse_utils.py
@@ -33,6 +33,8 @@ class ActionNoYes(argparse.Action):
--enable_the_thing
--no_enable_the_thing
+ These arguments can be used to indicate the inclusion or exclusion of
+ binary exclusive behaviors.
"""
def __init__(self, option_strings, dest, default=None, required=False, help=None):