about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorMarc Finet <m.dreadlock@gmail.com>2014-09-12 23:30:43 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2014-09-14 12:02:38 +0200
commit089123f9e892e435dc23f5958571be4c26d52d7b (patch)
tree8a66cac72da3c4e2ec1202f38752b3122e9b1479 /Completion
parentd5f574e20a7cc4c202433fe28f30c37b13299d61 (diff)
downloadzsh-089123f9e892e435dc23f5958571be4c26d52d7b.tar.gz
zsh-089123f9e892e435dc23f5958571be4c26d52d7b.tar.xz
zsh-089123f9e892e435dc23f5958571be4c26d52d7b.zip
33150: completion git: fix send-email --confirm values
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_git2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index d941aac0f..34a4e4f36 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -3683,7 +3683,7 @@ _git-send-email () {
     '(--suppress-from                   )--no-suppress-from[add the From: address to the Cc: list]' \
     '(         --no-thread)--thread[set In-Reply-To: and References: headers]' \
     '(--thread            )--no-thread[do not set In-Reply-To: and References: headers]' \
-    '--confirm[specify type of confirmation required before sending]: :__git_sendemail_confirm' \
+    '--confirm[specify type of confirmation required before sending]: :__git_sendemail_confirm_values' \
     '--dry-run[do everything except actually sending the emails]' \
     '(               --no-format-patch)--format-patch[interpret ambiguous arguments as format-patch arguments]' \
     '(--format-patch                  )--no-format-patch[interpret ambiguous arguments file-name arguments]' \