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 | b95f79c2f01db4aff1124522d6655eb745079f29 (patch) | |
tree | 11f4a643877759fcc8fa8f59a4f054d9ae791331 | |
parent | f772b4ab9b9f3f58647520fe3c8253c26ac739f7 (diff) | |
download | qpid-python-b95f79c2f01db4aff1124522d6655eb745079f29.tar.gz |
Fixed errors in usage text.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@601352 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | qpid/cpp/src/tests/perfdist | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/qpid/cpp/src/tests/perfdist b/qpid/cpp/src/tests/perfdist index 9dcfe8c213..c042fffeac 100755 --- a/qpid/cpp/src/tests/perfdist +++ b/qpid/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 } |