--- a/doc/book/admin/cubicweb-ctl.rst Mon Sep 26 09:57:15 2016 +0200
+++ b/doc/book/admin/cubicweb-ctl.rst Mon Sep 26 10:32:44 2016 +0200
@@ -34,12 +34,9 @@
Create your new cube cube ::
- cubicweb-ctl newcube
+ cubicweb-ctl newcube -d <target directory>
-This will create a new cube in
-``/path/to/grshell-cubicweb/cubes/<mycube>`` for a Mercurial
-installation, or in ``/usr/share/cubicweb/cubes`` for a debian
-packages installation.
+This will create a new cube ``<target directory>``.
Create an instance
-------------------