mercurial/commands.py
changeset 2245 d2118a0926bd
parent 2241 abd70a92e06f
child 2254 827fcfe88b14
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -3021,7 +3021,7 @@ table = {
     "recover": (recover, [], _('hg recover')),
     "^remove|rm":
         (remove,
-         [('', 'after', None, _('record remove that has already occurred')),
+         [('A', 'after', None, _('record remove that has already occurred')),
           ('f', 'force', None, _('remove file even if modified')),
           ('I', 'include', [], _('include names matching the given patterns')),
           ('X', 'exclude', [], _('exclude names matching the given patterns'))],