From 9d8983f03a329cf22ba75195a2e99c62930d0c4f Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Wed, 17 Oct 2012 11:07:52 +0200 Subject: s3put: remove erronus v in getopt --- bin/s3put | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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="] -- cgit v1.2.1