From 549b52b3b35dd7f33b1a69f88f1df5ff802f017e Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 4 Jun 2014 12:42:43 -0500 Subject: [PATCH] Update --help output Signed-off-by: Zack Cerza --- scripts/queue.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/queue.py b/scripts/queue.py index 324aade020110..15bbafdc1ffd2 100644 --- a/scripts/queue.py +++ b/scripts/queue.py @@ -9,8 +9,9 @@ usage: teuthology-queue -h teuthology-queue [-r] -m MACHINE_TYPE teuthology-queue -m MACHINE_TYPE -D PATTERN -List Jobs in queue: - If -d then jobs with PATTERN in the job name are deleted from the queue. +List Jobs in queue. +If -D is passed, then jobs with PATTERN in the job name are deleted from the +queue. Arguments: -m, --machine_type MACHINE_TYPE @@ -21,8 +22,6 @@ optional arguments: -D, --delete PATTERN Delete Jobs with PATTERN in their name -d, --description Show job descriptions -r, --runs Only show run names - - """.format(archive_base=teuthology.config.config.archive_base) -- 2.39.5