about summary refs log tree commit diff
path: root/Completion/Unix/Command/_git
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-08-22 03:38:08 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-08-22 03:38:12 +0000
commitc8b228b1ea99d6c9d893b72b2fe05eaf4a16a10f (patch)
treec556c596df0400afa19405b4dc2449694a90b1ad /Completion/Unix/Command/_git
parent7154052ebe3d810390164a05c39ff83f98a1d858 (diff)
downloadzsh-c8b228b1ea99d6c9d893b72b2fe05eaf4a16a10f.tar.gz
zsh-c8b228b1ea99d6c9d893b72b2fe05eaf4a16a10f.tar.xz
zsh-c8b228b1ea99d6c9d893b72b2fe05eaf4a16a10f.zip
unposted: _git-config: sendemail.smtpserver: Correct tags.
Diffstat (limited to 'Completion/Unix/Command/_git')
-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 f4011aa28..4a7c9b4ca 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -7372,7 +7372,7 @@ __git_sendemail_suppresscc_values () {
 
 (( $+functions[__git_sendmail_smtpserver_values] )) ||
 __git_sendmail_smtpserver_values() {
-  _alternative "smtp hosts:host:_hosts" "sendmail command: :_absolute_command_paths"
+  _alternative "hosts:smtp host:_hosts" "commands: :_absolute_command_paths"
 }
 
 (( $+functions[__git_colors] )) ||