cubicweb/cwctl.py
changeset 11992 fa1837a85708
parent 11991 d6e2b6d56432
child 12053 c3c9f2e1424c
--- a/cubicweb/cwctl.py	Mon Feb 27 09:05:33 2017 +0100
+++ b/cubicweb/cwctl.py	Mon Feb 27 09:06:23 2017 +0100
@@ -513,8 +513,8 @@
             msg = (
                 "Twisted is required by the 'start' command\n"
                 "Either install it, or use one of the alternative commands:\n"
-                "- '{ctl} wsgi {appid}'\n"
-                "- '{ctl} pyramid {appid}'\n")
+                "- '{ctl} pyramid {appid}'\n"
+                "- '{ctl} wsgi {appid}'\n")
             raise ExecutionError(msg.format(ctl='cubicweb-ctl', appid=appid))
         config = cwcfg.config_for(appid, debugmode=self['debug'])
         # override config file values with cmdline options