cubicweb/cwctl.py
changeset 12053 c3c9f2e1424c
parent 11992 fa1837a85708
child 12068 a96c770b2ef1
--- a/cubicweb/cwctl.py	Fri Mar 10 12:02:41 2017 +0100
+++ b/cubicweb/cwctl.py	Thu Mar 09 16:36:33 2017 +0100
@@ -326,7 +326,7 @@
           }),
         ('config',
          {'short': 'c', 'type' : 'choice', 'metavar': '<install type>',
-          'choices': ('all-in-one', 'repository'),
+          'choices': ('all-in-one', 'repository', 'pyramid'),
           'default': 'all-in-one',
           'help': 'installation type, telling which part of an instance '
           'should be installed. You can list available configurations using the'