summaryrefslogtreecommitdiff
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
commitcceef584ba6c0e93e5b6a059223f3ce8fc134f7a (patch)
tree70a1d5884d034cd15f8d4fcdc33ee6dc779488ce
parenteda249ff22edb3726243da81ff48c82e4d88e872 (diff)
downloadqpid-python-cceef584ba6c0e93e5b6a059223f3ce8fc134f7a.tar.gz
Fixed usage text for qpid-tool
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@711367 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xpython/commands/qpid-tool2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/commands/qpid-tool b/python/commands/qpid-tool
index 60535c253b..14308f69fb 100755
--- a/python/commands/qpid-tool
+++ b/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)