From 4bedc5488f96b1c3490c03d97e8b8667c1be88d7 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 25 Mar 2014 15:28:56 -0500 Subject: [PATCH] Correct help text Signed-off-by: Zack Cerza --- scripts/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/queue.py b/scripts/queue.py index 3ffefc1237..ad753961f5 100644 --- a/scripts/queue.py +++ b/scripts/queue.py @@ -17,7 +17,7 @@ Arguments: optional arguments: -h, --help show this help message and exit - -d, --delete JOB Delete Jobs JOB in their name. + -d, --delete JOB Delete Jobs with JOB in their name. """.format(archive_base=teuthology.config.config.archive_base) -- 2.39.5