You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2011/05/16 23:17:58 UTC

svn commit: r1103897 - /qpid/trunk/qpid/tools/src/py/qpid-config

Author: tross
Date: Mon May 16 21:17:57 2011
New Revision: 1103897

URL: http://svn.apache.org/viewvc?rev=1103897&view=rev
Log:
NO-JIRA - Fixed another problem in the help text.

Modified:
    qpid/trunk/qpid/tools/src/py/qpid-config

Modified: qpid/trunk/qpid/tools/src/py/qpid-config
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/tools/src/py/qpid-config?rev=1103897&r1=1103896&r2=1103897&view=diff
==============================================================================
--- qpid/trunk/qpid/tools/src/py/qpid-config (original)
+++ qpid/trunk/qpid/tools/src/py/qpid-config Mon May 16 21:17:57 2011
@@ -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:
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org