Fix spacing in help message
Change-Id: Ie622b8a39514f87b60ff2e801843c5e3c06106e7
This commit is contained in:
parent
7734ac1376
commit
b36c1529f1
@ -171,9 +171,9 @@ rabbit_opts = [
|
|||||||
cfg.IntOpt('direct_mandatory_flag',
|
cfg.IntOpt('direct_mandatory_flag',
|
||||||
default=True,
|
default=True,
|
||||||
help='Enable/Disable the RabbitMQ mandatory flag '
|
help='Enable/Disable the RabbitMQ mandatory flag '
|
||||||
'for direct send. The direct send is used as reply,'
|
'for direct send. The direct send is used as reply, '
|
||||||
'so the MessageUndeliverable exception is raised'
|
'so the MessageUndeliverable exception is raised '
|
||||||
' in case the client queue does not exist.'),
|
'in case the client queue does not exist.'),
|
||||||
]
|
]
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
Loading…
Reference in New Issue
Block a user