summaryrefslogtreecommitdiff
path: root/qpid/python/examples/api/spout
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-01-05 18:19:37 +0000
committerRafael H. Schloming <rhs@apache.org>2010-01-05 18:19:37 +0000
commit9cb7a14f8860b166799dee312aeaf7897fdc3edb (patch)
treed5a87b3c675ca1cd9cac740c77d2b291df00aa7f /qpid/python/examples/api/spout
parent4baa4a9ddb52d922c38ea19451734c0255e55ed9 (diff)
downloadqpid-python-9cb7a14f8860b166799dee312aeaf7897fdc3edb.tar.gz
merged documentation and address changes from rnr branch
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@896159 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/examples/api/spout')
-rwxr-xr-xqpid/python/examples/api/spout3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/python/examples/api/spout b/qpid/python/examples/api/spout
index 6a9b2b6e3d..1928303e43 100755
--- a/qpid/python/examples/api/spout
+++ b/qpid/python/examples/api/spout
@@ -43,8 +43,9 @@ parser.add_option("-t", "--timeout", type=float, default=None,
parser.add_option("-i", "--id", help="use the supplied id instead of generating one")
parser.add_option("-r", "--reply-to", help="specify reply-to address")
parser.add_option("-P", "--property", dest="properties", action="append", default=[],
- help="specify message property")
+ metavar="NAME=VALUE", help="specify message property")
parser.add_option("-M", "--map", dest="entries", action="append", default=[],
+ metavar="KEY=VALUE",
help="specify map entry for message body")
opts, args = parser.parse_args()