changeset 643:c9e159bb9a3d

typo in help message. From: "Aneesh Kumar K.V" <aneesh.kumar@hp.com>
author Matt Mackall <mpm@selenic.com>
date Wed, 06 Jul 2005 22:27:53 -0800
parents 5d6177b72fcc
children 6ebe118280bd
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,