From fa37b5c6fbba7b65842879e8393f1ae1e7702f23 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Mon, 12 Oct 2009 14:47:48 +0000 Subject: fixed the usage text git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824366 13f79535-47bb-0310-9956-ffa450edef68 --- python/examples/api/spout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/examples/api') 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, -- cgit v1.2.1