From cad0c4d7ef0c341afe8eb0bd7f460803f274f263 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 4 Jun 2009 14:40:28 +0000 Subject: 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 --- python/commands/qpid-config | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'python/commands') 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) -- cgit v1.2.1