aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-hash-object.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-05 22:36:22 -0800
committerJunio C Hamano <junkio@cox.net>2005-12-05 22:36:22 -0800
commit5f6da1d9d2b073c72d3588518934ade16df51268 (patch)
treea66bea9b0a5aa14f47071aeacedbd6b1b5311455 /Documentation/git-hash-object.txt
parent75a46f6b0ed3c3aa6fe4ff53a8c20cb58cbb3732 (diff)
downloadgit-5f6da1d9d2b073c72d3588518934ade16df51268.tar.gz
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>
Diffstat (limited to 'Documentation/git-hash-object.txt')
-rw-r--r--Documentation/git-hash-object.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-hash-object.txt b/Documentation/git-hash-object.txt
index 07d2c427c5..db12e926f8 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 <type>] [-w] <any-file-on-the-filesystem>
+'git-hash-object' [-t <type>] [-w] <file>
DESCRIPTION
-----------