summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAnton Lundin <anton@dohi.se>2012-10-17 11:07:52 +0200
committerAnton Lundin <anton@dohi.se>2012-10-24 09:33:28 +0200
commit9d8983f03a329cf22ba75195a2e99c62930d0c4f (patch)
tree9d8e76b3083b08e78d2595c5f33e2429b8e34234 /bin
parent1e575db8aabb4fd0ebe141507e1d5147c339b26c (diff)
downloadboto-9d8983f03a329cf22ba75195a2e99c62930d0c4f.tar.gz
s3put: remove erronus v in getopt
Diffstat (limited to 'bin')
-rwxr-xr-xbin/s3put2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/s3put b/bin/s3put
index 746a56ce..8dbdaa65 100755
--- a/bin/s3put
+++ b/bin/s3put
@@ -103,7 +103,7 @@ def expand_path(path):
def main():
try:
opts, args = getopt.getopt(
- sys.argv[1:], 'a:b:c::d:g:hi:np:qs:vwr',
+ sys.argv[1:], 'a:b:c::d:g:hi:np:qs:wr',
['access_key=', 'bucket=', 'callback=', 'debug=', 'help',
'grant=', 'ignore=', 'no_op', 'prefix=', 'quiet',
'secret_key=', 'no_overwrite', 'reduced', "header="]