ccplugin.py
changeset 11658 a63023a8d457
parent 11652 e95725d7ce90
child 11663 6fb9d9276880
equal deleted inserted replaced
11657:f9de9fe35376 11658:a63023a8d457
    72           'metavar': 'N',
    72           'metavar': 'N',
    73           'help': 'Dump profile stats to ouput every N requests '
    73           'help': 'Dump profile stats to ouput every N requests '
    74                   '(default: 100)'}),
    74                   '(default: 100)'}),
    75     )
    75     )
    76     if cwversion >= (3, 21, 0):
    76     if cwversion >= (3, 21, 0):
    77         options = PyramidStartHandler.options + (
    77         options = options + (
    78         ('param',
    78         ('param',
    79          {'short': 'p', 'type': 'named', 'metavar': 'key1:value1,key2:value2',
    79          {'short': 'p', 'type': 'named', 'metavar': 'key1:value1,key2:value2',
    80           'default': {},
    80           'default': {},
    81           'help': 'override <key> configuration file option with <value>.',
    81           'help': 'override <key> configuration file option with <value>.',
    82          }),
    82          }),