Author: gsim
Date: Thu Apr 17 11:17:16 2014
New Revision: 1588212
URL: http://svn.apache.org/r1588212
Log:
NO-JIRA: older versions of boost get confused when one option is a substring of
another see r1587304 and r1587976
Modified:
qpid/trunk/qpid/cpp/src/tests/qpid-receive.cpp
Modified: qpid/trunk/qpid/cpp/src/tests/qpid-receive.cpp
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/qpid-receive.cpp?rev=1588212&r1=1588211&r2=1588212&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/qpid-receive.cpp (original)
+++ qpid/trunk/qpid/cpp/src/tests/qpid-receive.cpp Thu Apr 17 11:17:16 2014
@@ -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")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]