diff options
author | Anton Lundin <anton@dohi.se> | 2012-10-17 11:07:52 +0200 |
---|---|---|
committer | Anton Lundin <anton@dohi.se> | 2012-10-24 09:33:28 +0200 |
commit | 9d8983f03a329cf22ba75195a2e99c62930d0c4f (patch) | |
tree | 9d8e76b3083b08e78d2595c5f33e2429b8e34234 /bin | |
parent | 1e575db8aabb4fd0ebe141507e1d5147c339b26c (diff) | |
download | boto-9d8983f03a329cf22ba75195a2e99c62930d0c4f.tar.gz |
s3put: remove erronus v in getopt
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/s3put | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="] |