mercurial/commands.py
changeset 750 25986be9a1aa
parent 747 c3ce3976ae75
child 755 87e2b094ab86
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -1185,7 +1185,8 @@ table = {
     "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]'),