Skip to content

Commit ac98787

Browse files
committed
cat-file: fix a grammo in the man page
"... has be ..." -> "... has to be ..." Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e0c1cea commit ac98787

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/git-cat-file.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ OPTIONS
5454

5555
--textconv::
5656
Show the content as transformed by a textconv filter. In this case,
57-
<object> has be of the form <tree-ish>:<path>, or :<path> in order
58-
to apply the filter to the content recorded in the index at <path>.
57+
<object> has to be of the form <tree-ish>:<path>, or :<path> in
58+
order to apply the filter to the content recorded in the index at
59+
<path>.
5960

6061
--batch::
6162
--batch=<format>::

0 commit comments

Comments
 (0)