From 6bd1ebd68b57ee638269d17dcf04f69c1e18081f Mon Sep 17 00:00:00 2001 From: spacewander Date: Thu, 6 Jul 2017 16:03:33 +0800 Subject: [PATCH] fix a wrong name in installation message --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb18c59..4eb1f62 100644 --- a/Makefile +++ b/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 \