mercurial/commands.py
changeset 577 5291a16324c0
parent 562 be6233a2bfdd
child 580 353a2ce50423
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -847,7 +847,7 @@ def dispatch(args):
     opts = [('v', 'verbose', None, 'verbose'),
             ('d', 'debug', None, 'debug'),
             ('q', 'quiet', None, 'quiet'),
-            ('p', 'profile', None, 'profile'),
+            ('', 'profile', None, 'profile'),
             ('R', 'repository', "", 'repository root directory'),
             ('', 'traceback', None, 'print traceback on exception'),
             ('y', 'noninteractive', None, 'run non-interactively'),