Skip to content

Commit 5f6da1d

Browse files
author
Junio C Hamano
committed
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>
1 parent 75a46f6 commit 5f6da1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-hash-object.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git-hash-object - Computes object ID and optionally creates a blob from a file.
88

99
SYNOPSIS
1010
--------
11-
'git-hash-object' [-t <type>] [-w] <any-file-on-the-filesystem>
11+
'git-hash-object' [-t <type>] [-w] <file>
1212

1313
DESCRIPTION
1414
-----------

0 commit comments

Comments
 (0)