summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2009-06-04 14:40:28 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2009-06-04 14:40:28 +0000
commitcad0c4d7ef0c341afe8eb0bd7f460803f274f263 (patch)
tree3e2b2de1057e81b3c253c04654dd1cb5af29e6a4 /python
parent8cd3c2e8d906ebc34e2297b7f1bd3752448031c0 (diff)
downloadqpid-python-cad0c4d7ef0c341afe8eb0bd7f460803f274f263.tar.gz
This is related QPID-1890
I updated the help to reflect the change of exchange add option form aletern-ex to --alternate-exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781757 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rwxr-xr-xpython/commands/qpid-config28
1 files changed, 14 insertions, 14 deletions
diff --git a/python/commands/qpid-config b/python/commands/qpid-config
index 0c7ccae787..838e9f340f 100755
--- a/python/commands/qpid-config
+++ b/python/commands/qpid-config
@@ -109,20 +109,20 @@ def Usage ():
print " --force-if-used Force delete of queue even if it's currently used"
print
print "Add Exchange Options:"
- print " --altern-ex [name of the alternate exchange]"
- print " In the event that a message cannot be routed, this is the name of the exchange to"
- print " which the message will be sent. Messages transferred using message.transfer will"
- print " be routed to the alternate-exchange only if they are sent with the \"none\""
- print " accept-mode, and the discard-unroutable delivery property is set to false, and"
- print " there is no queue to route to for the given message according to the bindings"
- print " on this exchange."
- print " --passive Do not actually change teh broker state (exchange will not be created)"
- print " --durable Exchange is durable"
- print " --sequence Exchange will insert a 'qpid.msg_sequence' field in the message header"
- print " with a value that increments for each message forwarded."
- print " --ive Exchange will behave as an 'initial-value-exchange', keeping a reference"
- print " to the last message forwarded and enqueuing that message to newly bound"
- print " queues."
+ print " --alternate-exchange [name of the alternate exchange]"
+ print " In the event that a message cannot be routed, this is the name of the exchange to"
+ print " which the message will be sent. Messages transferred using message.transfer will"
+ print " be routed to the alternate-exchange only if they are sent with the \"none\""
+ print " accept-mode, and the discard-unroutable delivery property is set to false, and"
+ print " there is no queue to route to for the given message according to the bindings"
+ print " on this exchange."
+ print " --passive Do not actually change teh broker state (exchange will not be created)"
+ print " --durable Exchange is durable"
+ print " --sequence Exchange will insert a 'qpid.msg_sequence' field in the message header"
+ print " with a value that increments for each message forwarded."
+ print " --ive Exchange will behave as an 'initial-value-exchange', keeping a reference"
+ print " to the last message forwarded and enqueuing that message to newly bound"
+ print " queues."
print
sys.exit (1)