mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 08:50:22 +00:00
s3_cache.py: fix name in USAGE message
This commit is contained in:
parent
a77fba3c37
commit
04cfca25af
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue