Skip to content

Commit 2b7ca91

Browse files
Stefan Saasenjrn
authored andcommitted
mergetool--lib: Fix typo in the merge/difftool help
The help text for the `tool` flag should mention: --tool=<tool> instead of: --tool-<tool> Signed-off-by: Stefan Saasen <[email protected]> Reviewed-by: David Aguilar <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]>
1 parent 9371322 commit 2b7ca91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-mergetool--lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ list_merge_tool_candidates () {
264264
}
265265

266266
show_tool_help () {
267-
tool_opt="'git ${TOOL_MODE}tool --tool-<tool>'"
267+
tool_opt="'git ${TOOL_MODE}tool --tool=<tool>'"
268268

269269
tab=' '
270270
LF='

0 commit comments

Comments
 (0)