summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-05-16 21:17:57 +0000
committerTed Ross <tross@apache.org>2011-05-16 21:17:57 +0000
commit9063dbfb3fa9cd723416f4c6cad7872f084f8a44 (patch)
treed3b70a2615ef8522503c4b3634a69df515de0c78
parent8edd78bbb2100a3bc83b39fbdab159613420b5d5 (diff)
downloadqpid-python-9063dbfb3fa9cd723416f4c6cad7872f084f8a44.tar.gz
NO-JIRA - Fixed another problem in the help text.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103897 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/tools/src/py/qpid-config10
1 files changed, 5 insertions, 5 deletions
diff --git a/qpid/tools/src/py/qpid-config b/qpid/tools/src/py/qpid-config
index a2554419bf..3df69dc99b 100755
--- a/qpid/tools/src/py/qpid-config
+++ b/qpid/tools/src/py/qpid-config
@@ -41,15 +41,15 @@ Usage: qpid-config [OPTIONS]
description = """
ADDRESS syntax:
- [username/password@] hostname
- ip-address [:<port>]
+ [username/password@] hostname [:<port>]
+ [username/password@] ip-address [:<port>]
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 <type> values: