summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/stress/Subscriber.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-01-30 05:42:53 +0000
committerMatthew Newhook <matthew@zeroc.com>2007-01-30 05:42:53 +0000
commitb923dd8d93745d329b643efdb45326db225be5ff (patch)
treed0d7788d17f4fb3f4595a1c42e11b134035eba10 /cpp/test/IceStorm/stress/Subscriber.cpp
parentupdate dependencies. (diff)
downloadice-b923dd8d93745d329b643efdb45326db225be5ff.tar.bz2
ice-b923dd8d93745d329b643efdb45326db225be5ff.tar.xz
ice-b923dd8d93745d329b643efdb45326db225be5ff.zip
cleanup IceStorm tests.
Diffstat (limited to 'cpp/test/IceStorm/stress/Subscriber.cpp')
-rw-r--r--cpp/test/IceStorm/stress/Subscriber.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/cpp/test/IceStorm/stress/Subscriber.cpp b/cpp/test/IceStorm/stress/Subscriber.cpp
index dba8231d209..3bf45842cec 100644
--- a/cpp/test/IceStorm/stress/Subscriber.cpp
+++ b/cpp/test/IceStorm/stress/Subscriber.cpp
@@ -177,12 +177,14 @@ int ErraticEventI::_remaining = 0;
void
usage(const char* appName)
{
- cerr << "Usage: " << appName << " [options] [lockfile]\n";
- // XXX:
+ cerr << "Usage: " << appName << " [options]\n";
cerr <<
"Options:\n"
- "-h, --help Show this message.\n"
- "-b Use batch reliability.\n"
+ "-h, --help Show this message.\n"
+ "--events <e> Terminate after <e> are received.\n"
+ "--qos <key>,<value><e> Subscribe with this QoS.\n"
+ "--erratic <n> Add <n> erratic subscribers.\n"
+ "--slow The subscribers sleeps 3 seconds after each event.\n"
;
}