about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 bdb58e52c..afdd281d2 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -3729,7 +3729,7 @@ _git-send-email () {
     '(--format-patch                  )--no-format-patch[interpret ambiguous arguments file-name arguments]' \
     '--quiet[be less verbose]' \
     '(           --no-validate)--validate[perform sanity checks on patches]' \
-    '(--validate              )--validate[do not perform sanity checks on patches]' \
+    '(--validate              )--no-validate[do not perform sanity checks on patches]' \
     '--force[send emails even if safety checks would prevent it]' \
     '*: :_files'
 }