summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2014-04-17 11:17:16 +0000
committerGordon Sim <gsim@apache.org>2014-04-17 11:17:16 +0000
commit0f26c8b36eca2e5314aed5d5cc668fb27dffbbcc (patch)
tree287da01cbd01f77b31d6ec09e637bbdb1de11c8e /cpp/src
parentbe11a370dc1084c33510f2da66c4a8b5651322bb (diff)
downloadqpid-python-0f26c8b36eca2e5314aed5d5cc668fb27dffbbcc.tar.gz
NO-JIRA: older versions of boost get confused when one option is a substring of another see r1587304 and r1587976
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1588212 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/qpid-receive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/qpid-receive.cpp b/cpp/src/tests/qpid-receive.cpp
index 19731da328..05a1a6df10 100644
--- a/cpp/src/tests/qpid-receive.cpp
+++ b/cpp/src/tests/qpid-receive.cpp
@@ -112,7 +112,7 @@ struct Options : public qpid::Options
("tx", qpid::optValue(tx, "N"), "batch size for transactions (0 implies transaction are not used)")
("rollback-frequency", qpid::optValue(rollbackFrequency, "N"), "rollback frequency (0 implies no transaction will be rolledback)")
("print-content", qpid::optValue(printContent, "yes|no"), "print out message content")
- ("print-content-object-type", qpid::optValue(printContentObjectType, "yes|no"), "print a description of the content's object type if relevant")
+ ("print-object-type", qpid::optValue(printContentObjectType, "yes|no"), "print a description of the content's object type if relevant")
("print-headers", qpid::optValue(printHeaders, "yes|no"), "print out message headers")
("failover-updates", qpid::optValue(failoverUpdates), "Listen for membership updates distributed via amq.failover")
("report-total", qpid::optValue(reportTotal), "Report total throughput and latency statistics")