From a1f75f734460e28d2f82cea46a3431da767f0ff3 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 16 May 2011 21:17:57 +0000 Subject: NO-JIRA - Fixed another problem in the help text. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1103897 13f79535-47bb-0310-9956-ffa450edef68 --- tools/src/py/qpid-config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools/src/py') diff --git a/tools/src/py/qpid-config b/tools/src/py/qpid-config index a2554419bf..3df69dc99b 100755 --- a/tools/src/py/qpid-config +++ b/tools/src/py/qpid-config @@ -41,15 +41,15 @@ Usage: qpid-config [OPTIONS] description = """ ADDRESS syntax: - [username/password@] hostname - ip-address [:] + [username/password@] hostname [:] + [username/password@] ip-address [:] Examples: $ qpid-config add queue q -$ qpid-config add exchange direct d localhost:5672 -$ qpid-config exchanges 10.1.1.7:10000 -$ qpid-config queues guest/guest@broker-host:10000 +$ qpid-config add exchange direct d -a localhost:5672 +$ qpid-config exchanges -a 10.1.1.7:10000 +$ qpid-config queues -a guest/guest@broker-host:10000 Add Exchange values: -- cgit v1.2.1