Git development
 help / color / mirror / Atom feed
* [PATCH] documentation fix: git difftool uses diff tools, not merge tools.
@ 2011-11-14 22:55 Thomas Hochstein
  2011-11-15  0:20 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Hochstein @ 2011-11-14 22:55 UTC (permalink / raw)
  To: git; +Cc: Thomas Hochstein

Let the documentation for -t list valid *diff* tools,
not valid *merge* tools.

Signed-off-by: Thomas Hochstein <thh@inter.net>
---
 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 a03515f..19d473c 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.
 +
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-21 12:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14 22:55 [PATCH] documentation fix: git difftool uses diff tools, not merge tools Thomas Hochstein
2011-11-15  0:20 ` Junio C Hamano
2011-11-21 12:25   ` David Aguilar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox