summaryrefslogtreecommitdiff
path: root/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
commitfa37b5c6fbba7b65842879e8393f1ae1e7702f23 (patch)
treef02ea3d7272472b6fa628475247d3870f1026fac /python/examples/api
parente3f567d6a23c8e3e9ea6689a31e3e89df57491fd (diff)
downloadqpid-python-fa37b5c6fbba7b65842879e8393f1ae1e7702f23.tar.gz
fixed the usage text
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824366 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/examples/api')
-rwxr-xr-xpython/examples/api/spout2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/api/spout b/python/examples/api/spout
index c78c13524d..6a9b2b6e3d 100755
--- a/python/examples/api/spout
+++ b/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,