From 63737960747b70c1a73a5f0d058145b4ec2366d1 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 1 Sep 2022 17:16:57 -0400 Subject: [PATCH] lock: remove --list --brief example The --list and --brief arguments are exclusive. teuthology-lock: error: argument --brief: not allowed with argument --list --- scripts/lock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lock.py b/scripts/lock.py index 939800a49..69e50ccaf 100644 --- a/scripts/lock.py +++ b/scripts/lock.py @@ -27,8 +27,8 @@ def parse_args(argv): teuthology-lock --lock-many 1 --machine-type vps teuthology-lock --lock -t target.yaml teuthology-lock --list-targets plana01 - teuthology-lock --list --brief --owner user@host teuthology-lock --brief + teuthology-lock --brief --owner user@host teuthology-lock --update --status down --desc testing plana01 '''), formatter_class=argparse.RawTextHelpFormatter) -- 2.47.3