about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
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 93341ad31..17af921b5 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -1403,7 +1403,7 @@ _git-send-email () {
     '--in-reply-to[specify the contents of the first In-Reply-To header]' \
     '--smtp-server[specify the outgoing smtp server]:smtp server:_hosts' \
     '--subject[specify the initial subject of the email thread]' \
-    '--to[specify the primary recipient of the emails]'
+    '--to[specify the primary recipient of the emails]' \
     ':file:_files' && ret=0
 }