Index: package_branches/invirt-web/cherrypy/code/main.py
===================================================================
--- package_branches/invirt-web/cherrypy/code/main.py	(revision 2420)
+++ package_branches/invirt-web/cherrypy/code/main.py	(revision 2421)
@@ -222,5 +222,5 @@
             """Handler for running commands like boot and delete on a VM."""
             if cherrypy.request.method != "POST":
-                raise InvalidInput("command_name", command_name, "That's not a valid command")
+                raise InvalidInput("request.method", command_name, "You must execute commands via POST")
             back = kwargs.get('back', None)
             try:
