diff options
| author | Ted Ross <tross@apache.org> | 2008-11-04 19:56:20 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-11-04 19:56:20 +0000 |
| commit | d99388aabaa11e8ab448918fc672efb1b9d267a9 (patch) | |
| tree | 2c0aaf01500e4f07b3727c6d165836bdfd53de79 | |
| parent | b816ea849a29d5dd41a64efd45fd32f3f74c41f3 (diff) | |
| download | qpid-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
| -rwxr-xr-x | qpid/python/commands/qpid-tool | 2 |
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) |
