diff makeitso/python.py @ 122:b2152efec89a

get the description from the docstring if applicable
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 19 Jan 2011 18:24:58 -0800
parents 908e9a653668
children 4922bee3d080
line wrap: on
line diff
--- a/makeitso/python.py	Wed Jan 19 18:18:47 2011 -0800
+++ b/makeitso/python.py	Wed Jan 19 18:24:58 2011 -0800
@@ -91,6 +91,7 @@
   """
   CLI front end for the python package template
   """
+  usage = '%prog [options] project'
 
 def main(args=sys.argv[1:]):
   cli = PythonPackageCLI(PythonPackageTemplate)