# HG changeset patch # User Daniel J. Lauk # Date 1304979392 14400 # Node ID 985ec6033d0de54dd0dfcf22836a538bf82181bb # Parent 92ba778ede62f91b241bac6eadb56ba933022f15 docs: fix a typo in the usage string diff -r 92ba778ede62 -r 985ec6033d0d t.py --- a/t.py Sun Oct 03 19:04:03 2010 -0400 +++ b/t.py Mon May 09 18:16:32 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",