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 b64cd6a..5cf6bd3 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 52874c8..fdcb8be 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.