about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2021-12-23 10:18:19 +0100
committerDaniel Shahaf <d.s@daniel.shahaf.name>2022-01-23 10:46:52 +0000
commitaf0f497247150f55963e908097d04e543da55a4b (patch)
tree770728e6f9e5f31729838ba35deb39fb5d979b1e /Completion
parent2876c25a28b8052d6683027998cc118fc9b50157 (diff)
downloadzsh-af0f497247150f55963e908097d04e543da55a4b.tar.gz
zsh-af0f497247150f55963e908097d04e543da55a4b.tar.xz
zsh-af0f497247150f55963e908097d04e543da55a4b.zip
gitlab !17: Add missing options for quilt setup command
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_quilt2
1 files changed, 2 insertions, 0 deletions
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 ;;