diff options
| author | Stephen D. Huston <shuston@apache.org> | 2010-11-04 23:23:18 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2010-11-04 23:23:18 +0000 |
| commit | 41dc83dbd25772414fa6beb1a16d018722213cff (patch) | |
| tree | 7464590ed939d17eb2e1e257b97b878d85a4d68f /cpp/src/tests | |
| parent | 53370d8fa33470387b59fd39e2ef895b88c73d0f (diff) | |
| download | qpid-python-41dc83dbd25772414fa6beb1a16d018722213cff.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')
| -rw-r--r-- | cpp/src/tests/qpid-perftest.cpp | 2 |
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"; |
