From: Zack Cerza Date: Tue, 25 Mar 2014 20:31:07 +0000 (-0500) Subject: s/JOB/PATTERN/ X-Git-Tag: 1.1.0~1568 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a6658fd892f17a8acb00b448f472c4fc9acea30b;p=teuthology.git s/JOB/PATTERN/ Signed-off-by: Zack Cerza --- diff --git a/scripts/queue.py b/scripts/queue.py index 7df976289..2aa239cc3 100644 --- a/scripts/queue.py +++ b/scripts/queue.py @@ -6,10 +6,10 @@ import teuthology.beanstalk doc = """ usage: teuthology-queue -h teuthology-queue -m MACHINE_TYPE - teuthology-queue -m MACHINE_TYPE -d JOB + teuthology-queue -m MACHINE_TYPE -d PATTERN List Jobs in queue: - If -d then jobs with JOB in the job name are deleted from the queue. + If -d then jobs with PATTERN in the job name are deleted from the queue. Arguments: -m, --machine_type MACHINE_TYPE @@ -18,7 +18,7 @@ Arguments: optional arguments: -h, --help show this help message and exit - -d, --delete JOB Delete Jobs with JOB in their name. + -d, --delete PATTERN Delete Jobs with PATTERN in their name. """.format(archive_base=teuthology.config.config.archive_base)