From f94b330c82a4f29511ed2b6ae9e127276fe7421c Mon Sep 17 00:00:00 2001 From: Ben Copeland Date: Tue, 13 Sep 2016 15:21:09 +0100 Subject: Remove ability to choose API V1/V2 Change-Id: I6f3e2983e899912e897e65ccb9377d5dfc1b9654 --- linaro-cp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linaro-cp.py b/linaro-cp.py index f8ef453..066cfe5 100755 --- a/linaro-cp.py +++ b/linaro-cp.py @@ -219,7 +219,7 @@ def main(): parser = argparse.ArgumentParser( description='Copy file(s) from source to destination') parser.add_argument('-k', '--key', help='key used for the copy') - parser.add_argument('-a', '--api_version', choices=('1', '2', '3'), default='3', + parser.add_argument('-a', '--api_version', choices=('3'), default='3', help='API version to use. default=%(default)s') parser.add_argument('--server', default='http://snapshots.linaro.org/', help='Publishing API server. default=%(default)s') -- cgit v1.2.3