diff options
author | Stefan Saasen <ssaasen@atlassian.com> | 2013-10-04 07:34:53 -0700 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2013-10-14 16:28:38 -0700 |
commit | 2b7ca916fcffafe9cfd967cce87436a9372ae969 (patch) | |
tree | e3790f5da454a4ddc0998e762aafbfdd09d04423 /git-mergetool--lib.sh | |
parent | 9371322a60932ca91ed8e27f88eb7af92df29716 (diff) | |
download | git-2b7ca916fcffafe9cfd967cce87436a9372ae969.tar.gz |
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.sh | 2 |
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=' |