fix wrong desciption of monkey_patch config

The corrent desciption should be 'Enable monkey patching'

Change-Id: I1ef14be75c1e46fa703bc8da1a68487e16ebd035
Closes-Bug: #1226190
This commit is contained in:
Kun Huang 2013-09-17 13:11:30 +08:00
parent 2a725ef15d
commit 8dc60e928d
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ global_opts = [
'running commands as root'),
cfg.BoolOpt('monkey_patch',
default=False,
help='Whether to log monkey patching'),
help='Enable monkey patching'),
cfg.ListOpt('monkey_patch_modules',
default=[],
help='List of modules/decorators to monkey patch'),

View File

@ -422,7 +422,7 @@
# commands as root (string value)
#rootwrap_config=<None>
# Whether to log monkey patching (boolean value)
# Enable monkey patching (boolean value)
#monkey_patch=false
# List of modules/decorators to monkey patch (list value)