From: Zack Cerza Date: Tue, 27 Jan 2015 16:08:10 +0000 (-0700) Subject: Fix typo in --machine-type flag X-Git-Tag: 1.1.0~1027 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e12e1608de1e82d1cf70bab218c0837505d2b7c0;p=teuthology.git Fix typo in --machine-type flag Signed-off-by: Zack Cerza --- diff --git a/scripts/kill.py b/scripts/kill.py index f6fa92da43..9d62413a6a 100644 --- a/scripts/kill.py +++ b/scripts/kill.py @@ -29,7 +29,7 @@ optional arguments: both the name of the run and the job_id, separated by a '/'. e.g. 'my-test-run/1234' -o, --owner OWNER The owner of the job(s) - -m, --machine_type MACHINE_TYPE + -m, --machine-type MACHINE_TYPE The type of machine the job(s) are running on. This is required if killing a job that is still entirely in the queue. diff --git a/teuthology/kill.py b/teuthology/kill.py index fac4e43615..0bb4d9a006 100755 --- a/teuthology/kill.py +++ b/teuthology/kill.py @@ -22,7 +22,7 @@ def main(args): jobspec = args['--jobspec'] archive_base = args['--archive'] owner = args['--owner'] - machine_type = args['--machine_type'] + machine_type = args['--machine-type'] preserve_queue = args['--preserve-queue'] if jobspec: