]> git.ipfire.org Git - thirdparty/git.git/commitdiff
cat-file: fix a grammo in the man page
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 24 Aug 2016 12:23:36 +0000 (14:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Aug 2016 16:09:28 +0000 (09:09 -0700)
"... has be ..." -> "... has to be ..."

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-cat-file.txt

index 18d03d8e8b9b0921007d35d5adbaf954d289cdeb..071029b4effac9bccb8ddf6821335af9830ed7ef 100644 (file)
@@ -54,8 +54,9 @@ OPTIONS
 
 --textconv::
        Show the content as transformed by a textconv filter. In this case,
-       <object> has be of the form <tree-ish>:<path>, or :<path> in order
-       to apply the filter to the content recorded in the index at <path>.
+       <object> has to be of the form <tree-ish>:<path>, or :<path> in
+       order to apply the filter to the content recorded in the index at
+       <path>.
 
 --batch::
 --batch=<format>::