From bb0739fafd87bfca2e5d43e8b448ec1293a43ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 3 May 2013 17:02:29 +0300 Subject: [PATCH] cvs: Fix checkout -j non-completion. --- completions/cvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/cvs b/completions/cvs index 9d448d05..53ed7d56 100644 --- a/completions/cvs +++ b/completions/cvs @@ -206,7 +206,7 @@ _cvs() ;; checkout) case $prev in - -r|-D|j) + -r|-D|-j) return 0 ;; -d)