summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-11-04 19:56:20 +0000
committerTed Ross <tross@apache.org>2008-11-04 19:56:20 +0000
commitd99388aabaa11e8ab448918fc672efb1b9d267a9 (patch)
tree2c0aaf01500e4f07b3727c6d165836bdfd53de79 /qpid/python
parentb816ea849a29d5dd41a64efd45fd32f3f74c41f3 (diff)
downloadqpid-python-d99388aabaa11e8ab448918fc672efb1b9d267a9.tar.gz
Fixed usage text for qpid-tool
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@711367 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rwxr-xr-xqpid/python/commands/qpid-tool2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/commands/qpid-tool b/qpid/python/commands/qpid-tool
index 60535c253b..14308f69fb 100755
--- a/qpid/python/commands/qpid-tool
+++ b/qpid/python/commands/qpid-tool
@@ -148,7 +148,7 @@ class Mcli (Cmd):
self.dataObject.close ()
def Usage ():
- print "Usage: qpid-tool [<target-host[:<tcp-port>]]"
+ print "Usage: qpid-tool [[<username>/<password>@]<target-host>[:<tcp-port>]]"
print
sys.exit (1)