mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
fix a wrong name in installation message
This commit is contained in:
parent
9a6c60e6a7
commit
6bd1ebd68b
2
Makefile
2
Makefile
|
|
@ -54,7 +54,7 @@ install:
|
|||
@mkdir -p $(DESTDIR)$(SYSCONFDIR)/bash_completion.d
|
||||
cp -f etc/bash_completion.sh $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/git-extras
|
||||
@echo ""
|
||||
@echo "If you are a zsh user, you may want to 'source etc/git-extra-completion.zsh' and put this line into ~/.zshrc to enable zsh completion"
|
||||
@echo "If you are a zsh user, you may want to 'source etc/git-extras-completion.zsh' and put this line into ~/.zshrc to enable zsh completion"
|
||||
|
||||
man/%.html: man/%.md
|
||||
ronn \
|
||||
|
|
|
|||
Loading…
Reference in a new issue