changeset 211 | 426d3c3ae363 |
parent 210 | d2badbd7d1ad |
child 212 | 48398a5353e3 |
--- a/mercurial/commands.py Wed Jun 01 10:40:19 2005 -0800 +++ b/mercurial/commands.py Wed Jun 01 10:43:11 2005 -0800 @@ -95,8 +95,8 @@ table = { "init": (init, [], 'hg init'), - "help": (help, [], 'hg init'), - "checkout|co": (checkout, [], 'hg init'), + "help": (help, [], 'hg help'), + "checkout|co": (checkout, [], 'hg checkout'), "ann|annotate": (annotate, [('r', 'revision', '', 'revision'), ('u', 'user', None, 'show user'),