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 <ssaasen@atlassian.com>
Reviewed-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
This commit is contained in:
Stefan Saasen 2013-10-04 07:34:53 -07:00 committed by Jonathan Nieder
parent 9371322a60
commit 2b7ca916fc

View File

@ -264,7 +264,7 @@ list_merge_tool_candidates () {
}
show_tool_help () {
tool_opt="'git ${TOOL_MODE}tool --tool-<tool>'"
tool_opt="'git ${TOOL_MODE}tool --tool=<tool>'"
tab=' '
LF='