summaryrefslogtreecommitdiff
path: root/cpp/src/tests/qpid-perftest.cpp
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2010-11-04 23:23:18 +0000
committerStephen D. Huston <shuston@apache.org>2010-11-04 23:23:18 +0000
commit709537cb61094610c99f2251014c03de2e5821c0 (patch)
tree7464590ed939d17eb2e1e257b97b878d85a4d68f /cpp/src/tests/qpid-perftest.cpp
parent99247fd74e0b248aa99210fd911ba69742f97157 (diff)
downloadqpid-python-709537cb61094610c99f2251014c03de2e5821c0.tar.gz
Fix typo in help message.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1031345 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/qpid-perftest.cpp')
-rw-r--r--cpp/src/tests/qpid-perftest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/qpid-perftest.cpp b/cpp/src/tests/qpid-perftest.cpp
index 7058851e15..4d7b563c8c 100644
--- a/cpp/src/tests/qpid-perftest.cpp
+++ b/cpp/src/tests/qpid-perftest.cpp
@@ -216,7 +216,7 @@ const std::string Opts::helpText=
"For a multi-process test first run:\n"
" qpid-perftest --setup <other options>\n"
"and wait for it to complete. The remaining process should run concurrently::\n"
-"Run --npubs times: pqid-perftest --publish <other options>\n"
+"Run --npubs times: qpid-perftest --publish <other options>\n"
"Run --nsubs times: qpid-perftest --subscribe <other options>\n"
"Run once: qpid-perftest --control <other options>\n"
"Note the <other options> must be identical for all processes.\n";