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 | 97eb8787eb76d6ad76d0a29a9fff2f3cc9af76f4 (patch) | |
| tree | 90250397834b948b5484a76fdb4a0f9b2b1c9cfd /qpid/python/examples/api | |
| parent | dee4bfc330263cd8f60aed63098eebb3f1ca57ca (diff) | |
| download | qpid-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-x | qpid/python/examples/api/spout | 2 |
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, |
