summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
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
commit278adc7bd022825e24d01452175799d01ac6a39e (patch)
tree1d2b067bed865f714a617902f7c53dc467eff9ba /qpid/cpp/src
parentcd2a56f4fdc882ee67b8c1fee054459a4761dcc8 (diff)
downloadqpid-python-278adc7bd022825e24d01452175799d01ac6a39e.tar.gz
Fix typo in help message.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1031345 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/tests/qpid-perftest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/qpid-perftest.cpp b/qpid/cpp/src/tests/qpid-perftest.cpp
index 7058851e15..4d7b563c8c 100644
--- a/qpid/cpp/src/tests/qpid-perftest.cpp
+++ b/qpid/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";