diff options
| author | Alan Conway <aconway@apache.org> | 2010-04-09 20:31:36 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-04-09 20:31:36 +0000 |
| commit | edb0744c1b7a36af562456a93400e311079c1a6d (patch) | |
| tree | c635d437647ed201b5bacc962a21046a24c11344 /qpid/cpp/src/tests/qpid_receive.cpp | |
| parent | 71a231f136437703da3352d9df681c9adeff64d9 (diff) | |
| download | qpid-python-edb0744c1b7a36af562456a93400e311079c1a6d.tar.gz | |
Rationalize message count and message content options in new API send/receive/benchmark.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@932580 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 46f3db6718..902e855c2b 100644 --- a/qpid/cpp/src/tests/qpid_receive.cpp +++ b/qpid/cpp/src/tests/qpid_receive.cpp @@ -89,7 +89,7 @@ struct Options : public qpid::Options ("connection-options", qpid::optValue(connectionOptions, "OPTIONS"), "options for the connection") ("timeout,t", qpid::optValue(timeout, "TIMEOUT"), "timeout in seconds to wait before exiting") ("forever,f", qpid::optValue(forever), "ignore timeout and wait forever") - ("messages", qpid::optValue(messages, "N"), "Number of messages to receive; 0 means receive indefinitely") + ("messages,m", qpid::optValue(messages, "N"), "Number of messages to receive; 0 means receive indefinitely") ("ignore-duplicates", qpid::optValue(ignoreDuplicates), "Detect and ignore duplicates (by checking 'sn' header)") ("capacity", qpid::optValue(capacity, "N"), "Pre-fetch window (0 implies no pre-fetch)") ("ack-frequency", qpid::optValue(ackFrequency, "N"), "Ack frequency (0 implies none of the messages will get accepted)") |
