changeset 68:cce0da329f59

remove deprecated variable setting from command line front end
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 07 Jan 2011 11:02:29 -0800
parents a0f7bfa98755
children a75138a952d0
files makeitso/cli.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makeitso/cli.py	Fri Jan 07 10:58:28 2011 -0800
+++ b/makeitso/cli.py	Fri Jan 07 11:02:29 2011 -0800
@@ -15,7 +15,7 @@
     """
     return a command line parser for the template
     """
-    usage = '%prog [options] output [var1=value1] [var2=value2] [...]'
+    usage = '%prog [options] output'
     description = getattr(self.template_class, 'description', None)
     parser = OptionParser(usage=usage, description=description)