mercurial/commands.py
changeset 709 cc2e8f3d4412
parent 707 116b2d3f4554
child 710 ca9353f43345
child 711 734712f37de3
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -1125,7 +1125,7 @@ table = {
         (export,
          [('o', 'output', "", 'output to file')],
          "hg export [-o OUTFILE] REV..."),
-    "forget": (forget, [], "hg forget [FILE]..."),
+    "forget": (forget, [], "hg forget FILE..."),
     "heads": (heads, [], 'hg heads'),
     "help": (help_, [], 'hg help [COMMAND]'),
     "identify|id": (identify, [], 'hg identify'),