# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1304990535 14400
# Node ID 2f7fcbc59b021cbcea2205977d5091a32e757796
# Parent  a8a16830ff001cdff8c33675ce7ca20eab52bd5a# Parent  985ec6033d0de54dd0dfcf22836a538bf82181bb
Merge.

diff -r a8a16830ff00 -r 2f7fcbc59b02 t.py
--- 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",