diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-04-22 18:15:48 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-04-22 18:15:48 +0000 |
| commit | 59a27bf59a6858ddc43ca94137ac98e7dc074bee (patch) | |
| tree | 78a84f80a3ce1a5d494bcc8417fdc2e9becf8687 /python/commands/qpid-tool | |
| parent | e06aa805cfe24b8edf619a6a535883f94589ac35 (diff) | |
| download | qpid-python-59a27bf59a6858ddc43ca94137ac98e7dc074bee.tar.gz | |
QPID-948: patch from Ted Ross for updated management utilities to 0-10 final
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@650604 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/commands/qpid-tool')
| -rwxr-xr-x | python/commands/qpid-tool | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/commands/qpid-tool b/python/commands/qpid-tool index 0983e1b8af..02579b9d35 100755 --- a/python/commands/qpid-tool +++ b/python/commands/qpid-tool @@ -127,7 +127,7 @@ def Usage (): print "Usage:", sys.argv[0], "[OPTIONS] [<target-host[:<tcp-port>]]" print print "Options:" - print " -s [ --spec-file ] PATH (/usr/share/amqp/amqp.0-10-preview.xml)" + print " -s [ --spec-file ] PATH (/usr/share/amqp/amqp.0-10.xml)" print sys.exit (1) @@ -143,7 +143,7 @@ except: Usage () sys.exit (1) -_specpath = "/usr/share/amqp/amqp.0-10-preview.xml" +_specpath = "/usr/share/amqp/amqp.0-10.xml" _host = "localhost" for opt in optlist: |
