From b4294f7c13e860045e4da4aa9588ff274402fd76 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 9 Dec 2014 10:15:00 -0600 Subject: [PATCH] docopt was creating a --lock) param; fix the docstring so that doesn't happen Signed-off-by: Andrew Schoen --- scripts/run.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/run.py b/scripts/run.py index cb6fbfa004..9cddeb0b35 100644 --- a/scripts/run.py +++ b/scripts/run.py @@ -19,8 +19,7 @@ optional arguments: --machine-type MACHINE_TYPE Type of machine to lock/run tests on. --os-type OS_TYPE Distro/OS of machine to run test on [default: ubuntu]. --os-version OS_VERSION Distro/OS version of machine to run test on. - --block block until locking machines succeeds (use with - --lock) + --block block until locking machines succeeds (use with --lock) --name NAME name for this teuthology run --suite-path SUITE_PATH Location of ceph-qa-suite on disk. If not specified, it will be fetched -- 2.39.5