Skip to content

Commit

Permalink
s3_cache.py: fix name in USAGE message
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Jan 19, 2014
1 parent a77fba3 commit 04cfca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-infra/s3_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def upload(directory):
# 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()
Expand Down

0 comments on commit 04cfca2

Please sign in to comment.