summaryrefslogtreecommitdiff
path: root/attoconf/classy.py
diff options
context:
space:
mode:
Diffstat (limited to 'attoconf/classy.py')
-rw-r--r--attoconf/classy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/attoconf/classy.py b/attoconf/classy.py
index a2891dc..a27230d 100644
--- a/attoconf/classy.py
+++ b/attoconf/classy.py
@@ -68,9 +68,9 @@ class ClassyProject(Project):
self.add_help('General:', hidden=False)
self.add_alias('--help', ['--help=default'],
help='display standard help, then exit', hidden=False)
- self.add_option('--help', init=None,
+ self.add_option('--help', init='none',
type=self.do_help, check=None,
- help='display some kind of help', hidden=False,
+ help='just display some kind of help instead of configuring', hidden=False,
help_var='KIND')
self.help.add_option('--help=hidden',
help='display help you should never ever ever care about',