cubicweb/cwctl.py
changeset 11991 d6e2b6d56432
parent 11973 5e7282bdf140
child 11992 fa1837a85708
--- a/cubicweb/cwctl.py	Mon Feb 27 16:57:59 2017 +0100
+++ b/cubicweb/cwctl.py	Mon Feb 27 09:05:33 2017 +0100
@@ -514,7 +514,7 @@
                 "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}' (requires the pyramid cube)\n")
+                "- '{ctl} pyramid {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