]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Documentation nitpicking
authorNikolai Weibull <mailing-lists.git@rawuncut.elitemail.org>
Mon, 14 Nov 2005 23:20:01 +0000 (00:20 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 15 Nov 2005 01:15:32 +0000 (17:15 -0800)
This patch fixes some small problems with the documentation.

Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-commit-tree.txt
Documentation/git-update-index.txt

index b64cd6a84b7f08164b55445999a12460a3d3c52c..5cf6bd3e211f6b5d4b53821e2a88b91cc6d80070 100644 (file)
@@ -8,7 +8,7 @@ git-commit-tree - Creates a new commit object
 
 SYNOPSIS
 --------
-'git-commit-tree' <tree> [-p <parent commit>]\   < changelog
+'git-commit-tree' <tree> [-p <parent commit>]\* < changelog
 
 DESCRIPTION
 -----------
index 52874c85623cd50f94219243cce4fbf61a4f2331..fdcb8bea7dd9bd9c2157a1f7698b31328a387f84 100644 (file)
@@ -60,7 +60,7 @@ OPTIONS
        Directly insert the specified info into the index.
        
 --index-info::
-        Read index info from stdin.
+        Read index information from stdin.
 
 --chmod=(+|-)x::
         Set the execute permissions on the updated files.