summaryrefslogtreecommitdiff
path: root/qpid/python/examples
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/python/examples')
-rwxr-xr-xqpid/python/examples/api/spout2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/examples/api/spout b/qpid/python/examples/api/spout
index c78c13524d..6a9b2b6e3d 100755
--- a/qpid/python/examples/api/spout
+++ b/qpid/python/examples/api/spout
@@ -33,7 +33,7 @@ def nameval(st):
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,