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.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-hash-object.txt b/git-hash-object.txt
index df9e2c58b..472b5bb99 100644
--- a/git-hash-object.txt
+++ b/git-hash-object.txt
@@ -9,7 +9,8 @@ git-hash-object - Compute object ID and optionally creates a blob from a file
SYNOPSIS
--------
[verse]
-'git hash-object' [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin [--literally]] [--] <file>...
+'git hash-object' [-t <type>] [-w] [--path=<file> | --no-filters]
+ [--stdin [--literally]] [--] <file>...
'git hash-object' [-t <type>] [-w] --stdin-paths [--no-filters]
DESCRIPTION