diff options
| author | Gordon Sim <gsim@apache.org> | 2014-04-17 11:17:16 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2014-04-17 11:17:16 +0000 |
| commit | 90a9dc3aae1bc0a755e032f472e1b37e6508b737 (patch) | |
| tree | 876534c673e3786d1aca99327b0564a885e71e74 /qpid/cpp/src/tests/qpid-receive.cpp | |
| parent | 7177135ca38651943b3701b171ef29e4fa52ad86 (diff) | |
| download | qpid-python-90a9dc3aae1bc0a755e032f472e1b37e6508b737.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@1588212 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/qpid-receive.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/qpid-receive.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/qpid-receive.cpp b/qpid/cpp/src/tests/qpid-receive.cpp index 19731da328..05a1a6df10 100644 --- a/qpid/cpp/src/tests/qpid-receive.cpp +++ b/qpid/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") |
