From: Junio C Hamano Date: Tue, 6 Dec 2005 06:36:22 +0000 (-0800) Subject: Documentation: hash-object. X-Git-Tag: v0.99.9m^2~57 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5f6da1d9d2b073c72d3588518934ade16df51268;p=git.git 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 --- diff --git a/Documentation/git-hash-object.txt b/Documentation/git-hash-object.txt index 07d2c427c..db12e926f 100644 --- a/Documentation/git-hash-object.txt +++ b/Documentation/git-hash-object.txt @@ -8,7 +8,7 @@ git-hash-object - Computes object ID and optionally creates a blob from a file. SYNOPSIS -------- -'git-hash-object' [-t ] [-w] +'git-hash-object' [-t ] [-w] DESCRIPTION -----------