diff options
author | Rafael H. Schloming <rhs@apache.org> | 2009-10-12 14:47:48 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2009-10-12 14:47:48 +0000 |
commit | fa37b5c6fbba7b65842879e8393f1ae1e7702f23 (patch) | |
tree | f02ea3d7272472b6fa628475247d3870f1026fac /python/examples/api | |
parent | e3f567d6a23c8e3e9ea6689a31e3e89df57491fd (diff) | |
download | qpid-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-x | python/examples/api/spout | 2 |
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, |