cwctl.py
changeset 9251 e4d753c8b1c4
parent 9013 b4bcabf55e77
child 9255 46f41c3e1443
equal deleted inserted replaced
9250:0dcc68dd8458 9251:e4d753c8b1c4
   355           'help': 'configuration level (0..2): 0 will ask for essential '
   355           'help': 'configuration level (0..2): 0 will ask for essential '
   356           'configuration parameters only while 2 will ask for all parameters',
   356           'configuration parameters only while 2 will ask for all parameters',
   357           }),
   357           }),
   358         ('config',
   358         ('config',
   359          {'short': 'c', 'type' : 'choice', 'metavar': '<install type>',
   359          {'short': 'c', 'type' : 'choice', 'metavar': '<install type>',
   360           'choices': ('all-in-one', 'repository', 'twisted'),
   360           'choices': ('all-in-one', 'repository'),
   361           'default': 'all-in-one',
   361           'default': 'all-in-one',
   362           'help': 'installation type, telling which part of an instance '
   362           'help': 'installation type, telling which part of an instance '
   363           'should be installed. You can list available configurations using the'
   363           'should be installed. You can list available configurations using the'
   364           ' "list" command. Default to "all-in-one", e.g. an installation '
   364           ' "list" command. Default to "all-in-one", e.g. an installation '
   365           'embedding both the RQL repository and the web server.',
   365           'embedding both the RQL repository and the web server.',