diff options
| -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) |
