From: Andrew Schoen Date: Tue, 9 Dec 2014 16:15:00 +0000 (-0600) Subject: docopt was creating a --lock) param; fix the docstring so that doesn't happen X-Git-Tag: 1.1.0~1067^2~17^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b4294f7c13e860045e4da4aa9588ff274402fd76;p=teuthology.git docopt was creating a --lock) param; fix the docstring so that doesn't happen Signed-off-by: Andrew Schoen --- 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