cubicweb/cwctl.py
changeset 12053 c3c9f2e1424c
parent 11992 fa1837a85708
child 12068 a96c770b2ef1
equal deleted inserted replaced
12052:1a1d2f5faddb 12053:c3c9f2e1424c
   324           'help': 'configuration level (0..2): 0 will ask for essential '
   324           'help': 'configuration level (0..2): 0 will ask for essential '
   325           'configuration parameters only while 2 will ask for all parameters',
   325           'configuration parameters only while 2 will ask for all parameters',
   326           }),
   326           }),
   327         ('config',
   327         ('config',
   328          {'short': 'c', 'type' : 'choice', 'metavar': '<install type>',
   328          {'short': 'c', 'type' : 'choice', 'metavar': '<install type>',
   329           'choices': ('all-in-one', 'repository'),
   329           'choices': ('all-in-one', 'repository', 'pyramid'),
   330           'default': 'all-in-one',
   330           'default': 'all-in-one',
   331           'help': 'installation type, telling which part of an instance '
   331           'help': 'installation type, telling which part of an instance '
   332           'should be installed. You can list available configurations using the'
   332           'should be installed. You can list available configurations using the'
   333           ' "list" command. Default to "all-in-one", e.g. an installation '
   333           ' "list" command. Default to "all-in-one", e.g. an installation '
   334           'embedding both the RQL repository and the web server.',
   334           'embedding both the RQL repository and the web server.',