From 716b29db91369334e9e14dbbf54e75cd061aa6a4 Mon Sep 17 00:00:00 2001 From: Ralf Thielow Date: Thu, 24 Mar 2016 19:27:13 +0100 Subject: completion: add option '--guides' to 'git help' Signed-off-by: Ralf Thielow Signed-off-by: Junio C Hamano --- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 00d729996f..e4fdd7f819 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1338,7 +1338,7 @@ _git_help () { case "$cur" in --*) - __gitcomp "--all --info --man --web" + __gitcomp "--all --guides --info --man --web" return ;; esac -- cgit v1.2.3