2f7fcbc59b02

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 09 May 2011 21:22:15 -0400
parents a8a16830ff00 (current diff) 985ec6033d0d (diff)
children 804731e83b69 2d2bbd81ed58 6af374f52295 65b004631139
branches/tags (none)
files

Changes

--- a/t.py	Tue Nov 09 22:39:47 2010 -0600
+++ b/t.py	Mon May 09 21:22:15 2011 -0400
@@ -225,7 +225,7 @@
 
 def _build_parser():
     """Return a parser for the command-line interface."""
-    usage = "Usage: %prog [-d DIR] [-l LIST] [options] [TEXT]"
+    usage = "Usage: %prog [-t DIR] [-l LIST] [options] [TEXT]"
     parser = OptionParser(usage=usage)
 
     actions = OptionGroup(parser, "Actions",