From: Chris Rebert Date: Sun, 19 Jan 2014 23:12:09 +0000 (-0800) Subject: s3_cache.py: fix name in USAGE message X-Git-Tag: v3.1.0~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04cfca25afcbab01bc4c7003a4f075c89412e952;p=thirdparty%2Fbootstrap.git s3_cache.py: fix name in USAGE message --- diff --git a/test-infra/s3_cache.py b/test-infra/s3_cache.py index cf395e9d14..adc466e008 100755 --- a/test-infra/s3_cache.py +++ b/test-infra/s3_cache.py @@ -83,7 +83,7 @@ if __name__ == '__main__': # AWS_SECRET_ACCESS_KEY -- AWS Secret Access Key argv.pop(0) if len(argv) != 4: - raise SystemExit("USAGE: node_modules_cache.py ") + raise SystemExit("USAGE: s3_cache.py ") mode, friendly_name, dependencies_file, directory = argv conn = S3Connection()