summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/messaging/spout.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-11-20 11:00:59 +0000
committerGordon Sim <gsim@apache.org>2009-11-20 11:00:59 +0000
commit7e6b260dbd83d78a23b2e77a54972018733eec9c (patch)
tree94ff711870199bdc13091988713379b208ac8c08 /qpid/cpp/examples/messaging/spout.cpp
parentf8de64c061a1995053f383932837a4c057d78967 (diff)
downloadqpid-python-7e6b260dbd83d78a23b2e77a54972018733eec9c.tar.gz
Change spout option name to match equivalent python example
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882500 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/messaging/spout.cpp')
-rw-r--r--qpid/cpp/examples/messaging/spout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/messaging/spout.cpp b/qpid/cpp/examples/messaging/spout.cpp
index 18abe8863a..661397d232 100644
--- a/qpid/cpp/examples/messaging/spout.cpp
+++ b/qpid/cpp/examples/messaging/spout.cpp
@@ -76,7 +76,7 @@ struct Options : public qpid::Options
("id,i", qpid::optValue(id, "ID"), "use the supplied id instead of generating one")
("reply-to", qpid::optValue(replyto, "REPLY-TO"), "specify reply-to address")
("property,P", qpid::optValue(properties, "NAME=VALUE"), "specify message property")
- ("entry,E", qpid::optValue(entries, "NAME=VALUE"), "specify entry for map content")
+ ("map,M", qpid::optValue(entries, "NAME=VALUE"), "specify entry for map content")
("content", qpid::optValue(content, "CONTENT"), "specify textual content")
("help", qpid::optValue(help), "print this usage statement");
add(log);