summaryrefslogtreecommitdiff
path: root/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
commitb9ad21420893114861a918f5c9c7d9c6ea9e75c6 (patch)
treed0650e8b212a552b0ecc0a98eaf08538aa6ac3ff /cpp/examples/messaging/spout.cpp
parent13e2f5a85841fe48f0c95afd85b201f01bfaa139 (diff)
downloadqpid-python-b9ad21420893114861a918f5c9c7d9c6ea9e75c6.tar.gz
Change spout option name to match equivalent python example
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@882500 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/messaging/spout.cpp')
-rw-r--r--cpp/examples/messaging/spout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/messaging/spout.cpp b/cpp/examples/messaging/spout.cpp
index 18abe8863a..661397d232 100644
--- a/cpp/examples/messaging/spout.cpp
+++ b/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);