diff -r 7e4843b7efd2 -r 25986be9a1aa mercurial/commands.py --- a/mercurial/commands.py Thu Jul 21 15:05:17 2005 -0500 +++ b/mercurial/commands.py Thu Jul 21 15:29:35 2005 -0500 @@ -1185,7 +1185,8 @@ "tag": (tag, [('l', 'local', None, 'make the tag local'), - ('t', 'text', "", 'commit text'), + ('m', 'text', "", 'commit message'), + ('t', 'text', "", 'commit message (deprecated)'), ('d', 'date', "", 'date code'), ('u', 'user', "", 'user')], 'hg tag [OPTION]... NAME [REV]'),