From 9777e1f6935661fc9748d12f105c3b0ebf0cc81d Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 20 Jan 2017 13:00:38 -0700 Subject: [PATCH] updatekeys: Fix argument parsing Signed-off-by: Zack Cerza --- scripts/updatekeys.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/updatekeys.py b/scripts/updatekeys.py index eb4ce25207..394ae32bb1 100644 --- a/scripts/updatekeys.py +++ b/scripts/updatekeys.py @@ -6,7 +6,9 @@ import teuthology.lock.cli doc = """ usage: teuthology-updatekeys -h - teuthology-updatekeys [-v] [-t | -a | ...] + teuthology-updatekeys [-v] -t + teuthology-updatekeys [-v] ... + teuthology-updatekeys [-v] -a Update any hostkeys that have changed. You can list specific machines to run on, or use -a to check all of them automatically. -- 2.39.5