提交 2b7ca916 编写于 作者: S Stefan Saasen 提交者: Jonathan Nieder

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: NStefan Saasen <ssaasen@atlassian.com>
Reviewed-by: NDavid Aguilar <davvid@gmail.com>
Signed-off-by: NJonathan Nieder <jrnieder@gmail.com>
上级 9371322a
......@@ -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='
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册