Documentation nitpicking

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>
This commit is contained in:
Nikolai Weibull 2005-11-15 00:20:01 +01:00 committed by Junio C Hamano
parent 2db0bfbc04
commit 7acab8f167
2 changed files with 2 additions and 2 deletions

View 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
-----------

View 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.