Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
04cfca25
Commit
04cfca25
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
s3_cache.py: fix name in USAGE message
parent
a77fba3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test-infra/s3_cache.py
+1
-1
test-infra/s3_cache.py
with
1 addition
and
1 deletion
+1
-1
test-infra/s3_cache.py
+
1
-
1
View file @
04cfca25
...
@@ -83,7 +83,7 @@ if __name__ == '__main__':
...
@@ -83,7 +83,7 @@ if __name__ == '__main__':
# AWS_SECRET_ACCESS_KEY -- AWS Secret Access Key
# AWS_SECRET_ACCESS_KEY -- AWS Secret Access Key
argv
.
pop
(
0
)
argv
.
pop
(
0
)
if
len
(
argv
)
!=
4
:
if
len
(
argv
)
!=
4
:
raise
SystemExit
(
"USAGE:
node_module
s_cache.py <download | upload> <friendly name> <dependencies file> <directory>"
)
raise
SystemExit
(
"USAGE: s
3
_cache.py <download | upload> <friendly name> <dependencies file> <directory>"
)
mode
,
friendly_name
,
dependencies_file
,
directory
=
argv
mode
,
friendly_name
,
dependencies_file
,
directory
=
argv
conn
=
S3Connection
()
conn
=
S3Connection
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment