summaryrefslogtreecommitdiff
path: root/qpid/python/examples/api
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-10-12 14:47:48 +0000
committerRafael H. Schloming <rhs@apache.org>2009-10-12 14:47:48 +0000
commit97eb8787eb76d6ad76d0a29a9fff2f3cc9af76f4 (patch)
tree90250397834b948b5484a76fdb4a0f9b2b1c9cfd /qpid/python/examples/api
parentdee4bfc330263cd8f60aed63098eebb3f1ca57ca (diff)
downloadqpid-python-97eb8787eb76d6ad76d0a29a9fff2f3cc9af76f4.tar.gz
fixed the usage text
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@824366 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/examples/api')
-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,