Documentation: hash-object.

The file parameter is better spelled just "file", not "any file
on the filesystem".  We stress that in the description text
later anyway.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-12-05 22:36:22 -08:00
parent 75a46f6b0e
commit 5f6da1d9d2

View file

@ -8,7 +8,7 @@ git-hash-object - Computes object ID and optionally creates a blob from a file.
SYNOPSIS
--------
'git-hash-object' [-t <type>] [-w] <any-file-on-the-filesystem>
'git-hash-object' [-t <type>] [-w] <file>
DESCRIPTION
-----------