]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fix typo in --machine-type flag
authorZack Cerza <zack@redhat.com>
Tue, 27 Jan 2015 16:08:10 +0000 (09:08 -0700)
committerZack Cerza <zack@redhat.com>
Tue, 27 Jan 2015 16:08:10 +0000 (09:08 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
scripts/kill.py
teuthology/kill.py

index f6fa92da43e0d4693af83172f0571fe496208fc7..9d62413a6aa1ada0ea18d9460e0f42e598ba5281 100644 (file)
@@ -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.
index fac4e43615fbe7aef15e4db38d8cf29cc4b23e83..0bb4d9a00619c47787f63639bbe7b00196aebb5e 100755 (executable)
@@ -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: