mirror of https://github.com/celery/kombu.git
Fixes typo
This commit is contained in:
parent
c2ea0f61da
commit
7f0d907ffb
|
@ -125,7 +125,7 @@ Important Notes
|
||||||
these are named ``mailbox_name.pidbox``,
|
these are named ``mailbox_name.pidbox``,
|
||||||
and ``reply.mailbox_name.pidbox``.
|
and ``reply.mailbox_name.pidbox``.
|
||||||
|
|
||||||
The following can command can be used to clean up these exchanges::
|
The following command can be used to clean up these exchanges::
|
||||||
|
|
||||||
VHOST=/ URL=amqp:// python -c'import sys,kombu;[kombu.Connection(
|
VHOST=/ URL=amqp:// python -c'import sys,kombu;[kombu.Connection(
|
||||||
sys.argv[-1]).channel().exchange_delete(x)
|
sys.argv[-1]).channel().exchange_delete(x)
|
||||||
|
|
Loading…
Reference in New Issue