Skip to content

Commit 716b29d

Browse files
ralfthgitster
authored andcommitted
completion: add option '--guides' to 'git help'
Signed-off-by: Ralf Thielow <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a0feb1b commit 716b29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ _git_help ()
13381338
{
13391339
case "$cur" in
13401340
--*)
1341-
__gitcomp "--all --info --man --web"
1341+
__gitcomp "--all --guides --info --man --web"
13421342
return
13431343
;;
13441344
esac

0 commit comments

Comments
 (0)