summaryrefslogtreecommitdiff
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
commit69da96714d2ae6393c5cfc0a2a8c3b4b3f8a7b62 (patch)
treef8e019a9d53c335c7f524767b9302ec1820abf05
parent9cfce1d6d2a975fb208b33941814b09ee0c19a37 (diff)
downloadqpid-python-69da96714d2ae6393c5cfc0a2a8c3b4b3f8a7b62.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@781757 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/python/commands/qpid-config28
1 files changed, 14 insertions, 14 deletions
diff --git a/qpid/python/commands/qpid-config b/qpid/python/commands/qpid-config
index 0c7ccae787..838e9f340f 100755
--- a/qpid/python/commands/qpid-config
+++ b/qpid/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)