[PATCH 3/3] Rename git-diff-tree-helper to git-diff-helper (part 2).
[gitweb.git] / Documentation / git-diff-helper.txt
index 58f27172a9e23bf43f3bae6eb184e72425715b84..f879ed98925033763263f1f9f38b514aa1d16346 100644 (file)
@@ -1,15 +1,15 @@
-git-diff-tree-helper(1)
+git-diff-helper(1)
 =======================
 v0.1, May 2005
 
 NAME
 ----
-git-diff-tree-helper - Generates patch format output for git-diff-*
+git-diff-helper - Generates patch format output for git-diff-*
 
 
 SYNOPSIS
 --------
-'git-diff-tree-helper' [-z] [-R]
+'git-diff-helper' [-z] [-R]
 
 DESCRIPTION
 -----------
@@ -26,8 +26,8 @@ OPTIONS
        "git-diff-cache" which always compares tree with cache or working
        file.  E.g.
 
-               git-diff-cache <tree> | git-diff-tree-helper -R file.c
-+
+               git-diff-cache <tree> | git-diff-helper -R file.c
+
 would show a diff to bring the working file back to what is in the <tree>.
 
 See Also