Print autocompletion description after installing

Print autocompletion shortcut description at end of 'make install'
This commit is contained in:
Siteshwar Vashisht 2012-09-19 13:21:49 +05:30
parent 16f2ffc29d
commit 12f3f5dcbb

View file

@ -641,6 +641,7 @@ install-force: all install-translations
@echo
@echo To set your colors, run \'fish_config\'
@echo To scan your man pages for completions, run \'fish_update_completions\'
@echo To autocomplete command suggestions press Ctrl + F or right arrow key.
@echo
@echo Have fun!
.PHONY: install-force