You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by pm...@apache.org on 2014/07/09 13:04:03 UTC

svn commit: r1609098 - /qpid/trunk/qpid/cpp/src/tests/qpid-send.cpp

Author: pmoravec
Date: Wed Jul  9 11:04:03 2014
New Revision: 1609098

URL: http://svn.apache.org/r1609098
Log:
NO-JIRA: qpid-send help: copy&paste typo fixed

Modified:
    qpid/trunk/qpid/cpp/src/tests/qpid-send.cpp

Modified: qpid/trunk/qpid/cpp/src/tests/qpid-send.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/qpid-send.cpp?rev=1609098&r1=1609097&r2=1609098&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/qpid-send.cpp (original)
+++ qpid/trunk/qpid/cpp/src/tests/qpid-send.cpp Wed Jul  9 11:04:03 2014
@@ -166,7 +166,7 @@ struct Options : public qpid::Options
             qpid::log::Logger::instance().configure(log);
             if (help) {
                 std::cout << *this << std::endl << std::endl
-                          << "Drains messages from the specified address" << std::endl;
+                          << "Sends messages to the specified address" << std::endl;
                 return false;
             } else {
                 return true;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org