From: Ken Dreyer Date: Thu, 1 Sep 2022 21:16:57 +0000 (-0400) Subject: lock: remove --list --brief example X-Git-Tag: 1.2.0~143^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1788%2Fhead;p=teuthology.git lock: remove --list --brief example The --list and --brief arguments are exclusive. teuthology-lock: error: argument --brief: not allowed with argument --list --- 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)