diff options
author | Alan Conway <aconway@apache.org> | 2007-12-05 15:00:52 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-12-05 15:00:52 +0000 |
commit | 800014ce7d43d13a20a8fa810a1a4ac5dc510a98 (patch) | |
tree | 9c7011d16db9c72ab0b8ba9a60c66cd0a680d73c /cpp | |
parent | 4f3360a5496d13d7580557fba81619275eecf477 (diff) | |
download | qpid-python-800014ce7d43d13a20a8fa810a1a4ac5dc510a98.tar.gz |
Fixed errors in usage text.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@601352 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/src/tests/perfdist | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/cpp/src/tests/perfdist b/cpp/src/tests/perfdist index 9dcfe8c213..c042fffeac 100755 --- a/cpp/src/tests/perfdist +++ b/cpp/src/tests/perfdist @@ -5,15 +5,12 @@ usage() { cat <<EOF usage: $0 <perftest-args> --pubhosts <publish-hosts> --subhosts <subscribe-hosts> -All perftest args must come before --pubhost or --subhost. Runs one -publish process on each publish-host, one subscribe process on each -subscribe-host. To run multiple processes on the same host, list it -more than once. +All perftest args must come before --pubhosts or --subhosts. If +--npubs or --nsubs is larger than corresponding hosts list, the list +is used round-robin. Do not pass action flags --setup, --control, --publish, --subscribe they will be passed to the appropriate processes. - -Do not pass --nsubs or --npubs, they are calculated by counting the host lists. EOF exit 1 } |