From 94182b6347320045ff809f3e4aa91d06fed6b5bd Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 8 Jun 2010 20:27:35 +0200 Subject: [PATCH] gnt-job auto-completion: suggest "all" too Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- scripts/gnt-job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gnt-job b/scripts/gnt-job index b2b9b11d6..a51cd57f3 100755 --- a/scripts/gnt-job +++ b/scripts/gnt-job @@ -365,7 +365,7 @@ commands = { "<job-id> [<job-id> ...]", "Archive specified jobs"), 'autoarchive': ( AutoArchiveJobs, - [ArgSuggest(min=1, max=1, choices=["1d", "1w", "4w"])], + [ArgSuggest(min=1, max=1, choices=["1d", "1w", "4w", "all"])], [], "<age>", "Auto archive jobs older than the given age"), 'cancel': ( -- GitLab