Author: rhs
Date: Mon Oct 12 14:47:48 2009
New Revision: 824366
URL: http://svn.apache.org/viewvc?rev=824366&view=rev
Log:
fixed the usage text
Modified:
qpid/trunk/qpid/python/examples/api/spout
Modified: qpid/trunk/qpid/python/examples/api/spout
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/python/examples/api/spout?rev=824366&r1=824365&r2=824366&view=diff
==============================================================================
--- qpid/trunk/qpid/python/examples/api/spout (original)
+++ qpid/trunk/qpid/python/examples/api/spout Mon Oct 12 14:47:48 2009
@@ -33,7 +33,7 @@
return name, value
parser = optparse.OptionParser(usage="usage: %prog [options] ADDRESS [ CONTENT
... ]",
- description="Drain messages from the supplied
address.")
+ description="Send messages to the supplied
address.")
parser.add_option("-b", "--broker", default="localhost",
help="connect to specified BROKER (default %default)")
parser.add_option("-c", "--count", type=int, default=1,
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]