summaryrefslogtreecommitdiff
path: root/python/amqp-doc
diff options
context:
space:
mode:
Diffstat (limited to 'python/amqp-doc')
-rwxr-xr-xpython/amqp-doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/amqp-doc b/python/amqp-doc
index 0e7f9e862a..00226d63cb 100755
--- a/python/amqp-doc
+++ b/python/amqp-doc
@@ -42,7 +42,7 @@ except GetoptError, e:
die(str(e))
regexp = False
-spec = "../specs/amqp.0-8.xml"
+spec = "../specs/amqp.0-9.xml"
for k, v in opts:
if k == "-e" or k == "--regexp": regexp = True
if k == "-s" or k == "--spec": spec = v