diff options
author | Rafael H. Schloming <rhs@apache.org> | 2010-01-05 18:19:37 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2010-01-05 18:19:37 +0000 |
commit | 788a347b4316169ff1f7b74ffb9f01986fd8d34e (patch) | |
tree | a90c444b530af4d3f5aa5ed331f081dcda36761f /python/examples/api | |
parent | 15dd7bb94b09cc7abbffda2d92a3d93d82764171 (diff) | |
download | qpid-python-788a347b4316169ff1f7b74ffb9f01986fd8d34e.tar.gz |
merged documentation and address changes from rnr branch
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896159 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/examples/api')
-rwxr-xr-x | python/examples/api/spout | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/examples/api/spout b/python/examples/api/spout index 6a9b2b6e3d..1928303e43 100755 --- a/python/examples/api/spout +++ b/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() |