summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/stress/Subscriber.cpp
diff options
context:
space:
mode:
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"
;
}