summaryrefslogtreecommitdiffstats
path: root/git-hash-object.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-hash-object.txt')
-rw-r--r--git-hash-object.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-hash-object.txt b/git-hash-object.txt
index 472b5bb99..8577f7a7d 100644
--- a/git-hash-object.txt
+++ b/git-hash-object.txt
@@ -3,7 +3,7 @@ git-hash-object(1)
NAME
----
-git-hash-object - Compute object ID and optionally creates a blob from a file
+git-hash-object - Compute object ID and optionally create an object from a file
SYNOPSIS
@@ -25,7 +25,8 @@ OPTIONS
-------
-t <type>::
- Specify the type (default: "blob").
+ Specify the type of object to be created (default: "blob"). Possible
+ values are `commit`, `tree`, `blob`, and `tag`.
-w::
Actually write the object into the object database.