]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
s3_cache.py: fix name in USAGE message
authorChris Rebert <github@rebertia.com>
Sun, 19 Jan 2014 23:12:09 +0000 (15:12 -0800)
committerChris Rebert <github@rebertia.com>
Sun, 19 Jan 2014 23:12:09 +0000 (15:12 -0800)
test-infra/s3_cache.py

index cf395e9d1426c711d490eddfa0aea950c27e444b..adc466e0089a74750a6a1e0ad0af34eca65b04d4 100755 (executable)
@@ -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 <download | upload> <friendly name> <dependencies file> <directory>")
+        raise SystemExit("USAGE: s3_cache.py <download | upload> <friendly name> <dependencies file> <directory>")
     mode, friendly_name, dependencies_file, directory = argv
 
     conn = S3Connection()