diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-15 14:10:22 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-15 14:10:22 -0700 |
commit | 0f0e6300534b8b847f139c04b9e6ed1cc1100d90 (patch) | |
tree | 976c04f759dcd9e8bffae776dd5d37590cbd2747 | |
parent | 2c30aa6572b9c8e455fb0aba5b5ed75361962d6b (diff) | |
download | attobuild-0f0e6300534b8b847f139c04b9e6ed1cc1100d90.tar.gz attobuild-0f0e6300534b8b847f139c04b9e6ed1cc1100d90.tar.bz2 attobuild-0f0e6300534b8b847f139c04b9e6ed1cc1100d90.tar.xz attobuild-0f0e6300534b8b847f139c04b9e6ed1cc1100d90.zip |
Print help header for env section
-rw-r--r-- | attoconf/_version.py | 2 | ||||
-rw-r--r-- | attoconf/classy.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/attoconf/_version.py b/attoconf/_version.py index 5e27224..4199a0e 100644 --- a/attoconf/_version.py +++ b/attoconf/_version.py @@ -11,7 +11,7 @@ minor = 8 # Incremented if there is a bugfix release. # Might not be contiguous. -patch = 4 +patch = 5 # Reserved for distributors and forks. # Contains arbitrary text, but no parentheses or newlines. diff --git a/attoconf/classy.py b/attoconf/classy.py index 7a16372..a2891dc 100644 --- a/attoconf/classy.py +++ b/attoconf/classy.py @@ -95,6 +95,7 @@ class ClassyProject(Project): Usually there is one or two of these for every program needed. ''' + self.add_help('Environment Variables:', hidden=False) def features(self): ''' Customizations for this package (--enable-*). |