diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-11-21 14:30:45 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-11-21 14:30:45 -0800 |
commit | e14d63198867c545d0662afc00bf7be048bf2231 (patch) | |
tree | 1557e5d0430cfc807c0f23df891b6cbbf7070ff7 /Documentation | |
parent | 0f64a5a3a25c9a161c4e70ae031c885a6284ddb8 (diff) | |
parent | 1e501a7c47ad5ada53d3b1acfb9f131f76e969ec (diff) | |
download | git-e14d63198867c545d0662afc00bf7be048bf2231.tar.gz git-e14d63198867c545d0662afc00bf7be048bf2231.tar.xz |
Merge branch 'maint'
* maint:
documentation fix: git difftool uses diff tools, not merge tools.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-difftool.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-difftool.txt b/Documentation/git-difftool.txt index a03515f1e..19d473c07 100644 --- a/Documentation/git-difftool.txt +++ b/Documentation/git-difftool.txt @@ -31,7 +31,7 @@ OPTIONS -t <tool>:: --tool=<tool>:: Use the diff tool specified by <tool>. - Valid merge tools are: + Valid diff tools are: araxis, bc3, diffuse, emerge, ecmerge, gvimdiff, kdiff3, kompare, meld, opendiff, p4merge, tkdiff, vimdiff and xxdiff. + |