From a6658fd892f17a8acb00b448f472c4fc9acea30b Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 25 Mar 2014 15:31:07 -0500 Subject: [PATCH] s/JOB/PATTERN/ Signed-off-by: Zack Cerza --- scripts/queue.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/queue.py b/scripts/queue.py index 7df9762890..2aa239cc3a 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) -- 2.39.5