aboutsummaryrefslogtreecommitdiff
path: root/update-gerrit-keys.py
diff options
context:
space:
mode:
authorMatt Hart <matthew.hart@linaro.org>2015-11-20 14:46:16 +0000
committerMatt Hart <matthew.hart@linaro.org>2015-11-20 14:46:16 +0000
commit00451f3384f786027763fc36cd0f3ba674b369e5 (patch)
tree98c391167222c1fca88ffdd7621edba34b33098e /update-gerrit-keys.py
parente4c58fa97e26f3435fc8ef1dce0158c675aee52c (diff)
update-gerrit-keys: Typo in help text
Change-Id: Id7945815be479e55c88c85c6883a67b1f1d1ca4f
Diffstat (limited to 'update-gerrit-keys.py')
-rwxr-xr-xupdate-gerrit-keys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-gerrit-keys.py b/update-gerrit-keys.py
index 227c596..e4370c8 100755
--- a/update-gerrit-keys.py
+++ b/update-gerrit-keys.py
@@ -13,7 +13,7 @@ parser.add_argument('--password', help="Gerrit HTTP API Password")
parser.add_argument('--base', help="Gerrit BASE URL ("
"https://review.linaro.org)")
parser.add_argument('--noverify', action="store_true",
- help="Enable SSL certificate verficiation")
+ help="Disable SSL certificate verficiation")
args = parser.parse_args()
verify_ssl = True
if args.noverify: