mercurial/dispatch.py
changeset 12070 fddacca3202e
parent 12040 529e712cb1ba
parent 12067 a4fbbe0fbc38
child 12092 4982fa38e544
--- a/mercurial/dispatch.py	Sat Aug 28 23:57:39 2010 +0200
+++ b/mercurial/dispatch.py	Sun Aug 29 22:55:37 2010 +0200
@@ -463,9 +463,9 @@
     cmd, func, args, options, cmdoptions = _parse(lui, args)
 
     if options["config"]:
-        raise util.Abort(_("Option --config may not be abbreviated!"))
+        raise util.Abort(_("option --config may not be abbreviated!"))
     if options["cwd"]:
-        raise util.Abort(_("Option --cwd may not be abbreviated!"))
+        raise util.Abort(_("option --cwd may not be abbreviated!"))
     if options["repository"]:
         raise util.Abort(_(
             "Option -R has to be separated from other options (e.g. not -qR) "