cat-file: fix a grammo in the man page
"... has be ..." -> "... has to be ..." Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Johannes Schindelin committed
Aug 24, 2016 at 14:23 UTC
16dcc2992b80d30f99c41fd7cc858e9d1c9dbca3
1 file changed
+3
-2
Documentation/git-cat-file.txt
+3
-2
@@ -54,8 +54,9 @@ OPTIONS
54
55
--textconv::
56
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>.
60
61
--batch::
62
--batch=<format>::