OSDN Git Service

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 18d03d8..071029b 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>::