Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Saasen <ssaasen@atlassian.com>2013-10-04 18:34:53 +0400
committerJonathan Nieder <jrnieder@gmail.com>2013-10-15 03:28:38 +0400
commit2b7ca916fcffafe9cfd967cce87436a9372ae969 (patch)
treee3790f5da454a4ddc0998e762aafbfdd09d04423 /git-mergetool--lib.sh
parent9371322a60932ca91ed8e27f88eb7af92df29716 (diff)
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>
Diffstat (limited to 'git-mergetool--lib.sh')
-rw-r--r--git-mergetool--lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-mergetool--lib.sh b/git-mergetool--lib.sh
index 858bc37e80..a280f49817 100644
--- a/git-mergetool--lib.sh
+++ b/git-mergetool--lib.sh
@@ -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='