Skip to content

Commit fe99a52

Browse files
phil-blaingitster
authored andcommitted
completion: complete '--tool-help' in 'git mergetool'
Signed-off-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 25b0f41 commit fe99a52

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
@@ -2331,7 +2331,7 @@ _git_mergetool ()
23312331
return
23322332
;;
23332333
--*)
2334-
__gitcomp "--tool= --prompt --no-prompt --gui --no-gui"
2334+
__gitcomp "--tool= --tool-help --prompt --no-prompt --gui --no-gui"
23352335
return
23362336
;;
23372337
esac

0 commit comments

Comments
 (0)