diff options
| author | Peter van der Does <peter@avirtualhome.com> | 2014-12-15 09:34:28 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2014-12-15 09:37:14 -0800 |
| commit | 0e5ed7cca3c51c821c2bb0465617e75d994f432f (patch) | |
| tree | 1f5fe6db55699f16ed53f1f568f89f0a3d8aff27 /contrib/completion/git-completion.zsh | |
| parent | c9407860f47ec4cf1c64a2c2ca4ae0b451469658 (diff) | |
| download | git-0e5ed7cca3c51c821c2bb0465617e75d994f432f.tar.gz | |
Update documentation occurrences of filename .sh
Documentation in the completion scripts for Bash and Zsh state the wrong filenames.
Signed-off-by: Peter van der Does <peter@avirtualhome.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/completion/git-completion.zsh')
| -rw-r--r-- | contrib/completion/git-completion.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.zsh b/contrib/completion/git-completion.zsh index 45775021ff..1245bf4867 100644 --- a/contrib/completion/git-completion.zsh +++ b/contrib/completion/git-completion.zsh @@ -8,7 +8,7 @@ # If your script is on ~/.git-completion.sh instead, you can configure it on # your ~/.zshrc: # -# zstyle ':completion:*:*:git:*' script ~/.git-completion.sh +# zstyle ':completion:*:*:git:*' script ~/.git-completion.zsh # # The recommended way to install this script is to copy to # '~/.zsh/completion/_git', and then add the following to your ~/.zshrc file: |
