diff options
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, |