summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Garnaat <mitch@cloudright.com>2010-08-27 09:31:26 -0400
committerMitch Garnaat <mitch@cloudright.com>2010-08-27 09:31:26 -0400
commit09ca5ace9fe99cf336bf9313ca605d1248c5f4a0 (patch)
tree10844c7fa208f16967566d3030d08a6cd15ae1ff
parenta6fc7d05c7446ee02341aae16d9096a7378eaec1 (diff)
downloadboto-09ca5ace9fe99cf336bf9313ca605d1248c5f4a0.tar.gz
Fixing usage string.
-rwxr-xr-xbin/cq2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cq b/bin/cq
index 24151569..258002d5 100755
--- a/bin/cq
+++ b/bin/cq
@@ -25,7 +25,7 @@ from boto.sqs.connection import SQSConnection
from boto.exception import SQSError
def usage():
- print 'cq.py [-c] [-q queue_name] [-o output_file] [-t timeout]'
+ print 'cq [-c] [-q queue_name] [-o output_file] [-t timeout]'
def main():
try: