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()