Allowances for getting sphinx docs set up.
[python_utils.git] / argparse_utils.py
index 83a3aa47be1cd4f632c8960beeb4aefb0d4fc840..6055f1ac0334f15286ee2d5884863e42b5eb7746 100644 (file)
@@ -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):