From af0f497247150f55963e908097d04e543da55a4b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 23 Dec 2021 10:18:19 +0100 Subject: gitlab !17: Add missing options for quilt setup command --- Completion/Unix/Command/_quilt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion') diff --git a/Completion/Unix/Command/_quilt b/Completion/Unix/Command/_quilt index 8f39dadac..01f8cfb83 100644 --- a/Completion/Unix/Command/_quilt +++ b/Completion/Unix/Command/_quilt @@ -261,6 +261,8 @@ case $words[1] in '-d[specify path prefix for resulting source tree]:prefix:_files -W / -P /' \ '--sourcedir[specify location of package sources]:directory:_directories' \ '--fuzz=[set the maximum fuzz factor]:factor' \ + '(--fast)--slow[use the original, slow method to process the spec file]' \ + '(--slow)--fast[use an alternative, faster method to process the spec file]' \ ':file:_files' && return ;; snapshot) _arguments $help '-d[only remove current snapshot]' && return ;; -- cgit 1.4.1