doc/book/admin/create-instance.rst
changeset 12534 e0e7d8ca051f
parent 10491 c67bcee93248
--- a/doc/book/admin/create-instance.rst	Wed Mar 27 15:51:50 2019 +0100
+++ b/doc/book/admin/create-instance.rst	Wed Mar 27 15:52:40 2019 +0100
@@ -41,7 +41,7 @@
 located in :file:`~/etc/cubicweb.d/myinstance/*`. To launch it, you
 just type ::
 
-  cubicweb-ctl start -D myinstance
+  cubicweb-ctl pyramid -D myinstance
 
 The option `-D` specifies the *debug mode* : the instance is not
 running in server mode and does not disconnect from the terminal,
@@ -60,9 +60,9 @@
 
 .. note::
 
-  The output of `cubicweb-ctl start -D myinstance` can be
+  The output of `cubicweb-ctl pyramid -D myinstance` can be
   overwhelming. It is possible to reduce the log level with the
-  `--loglevel` parameter as in `cubicweb-ctl start -D myinstance -l
+  `--loglevel` parameter as in `cubicweb-ctl pyramid -D myinstance -l
   info` to filter out all logs under `info` gravity.
 
 upgrade