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