Merge "service: fix typo in option help for listener workers"

This commit is contained in:
Jenkins 2016-05-04 15:28:17 +00:00 committed by Gerrit Code Review
commit e9f0139561

View File

@ -65,7 +65,7 @@ LISTENER_OPTS = [
cfg.IntOpt('workers',
default=1,
min=1,
help='Number of workers for evaluator service. '
help='Number of workers for listener service. '
'default value is 1.')
]