summaryrefslogtreecommitdiff
path: root/qpid/python/commands/qpid-tool
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-04-22 18:15:48 +0000
committerRafael H. Schloming <rhs@apache.org>2008-04-22 18:15:48 +0000
commit303807136b7ff8f8c7ed0e2884ac858fbe8dc95f (patch)
treeff71cf4f3ab8c497d6ae6ab33daa18912e178ab5 /qpid/python/commands/qpid-tool
parent6b4af6b24c0e29007c28998d4d7d19383c0ae702 (diff)
downloadqpid-python-303807136b7ff8f8c7ed0e2884ac858fbe8dc95f.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@650604 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/commands/qpid-tool')
-rwxr-xr-xqpid/python/commands/qpid-tool4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/python/commands/qpid-tool b/qpid/python/commands/qpid-tool
index 0983e1b8af..02579b9d35 100755
--- a/qpid/python/commands/qpid-tool
+++ b/qpid/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: