--- a/mercurial/commands.py Wed Jul 06 22:27:25 2005 -0800
+++ b/mercurial/commands.py Wed Jul 06 22:27:53 2005 -0800
@@ -1045,7 +1045,7 @@
('n', 'number', None, 'show revision number'),
('c', 'changeset', None, 'show changeset')],
'hg annotate [-u] [-c] [-n] [-r id] [files]'),
- "cat": (cat, [('o', 'output', "", 'output to file')], 'hg cat [-o outfile] file> [rev]'),
+ "cat": (cat, [('o', 'output', "", 'output to file')], 'hg cat [-o outfile] <file> [rev]'),
"^clone": (clone, [('U', 'noupdate', None, 'skip update after cloning')],
'hg clone [options] <source> [dest]'),
"^commit|ci": (commit,