X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-cat-file.txt;h=668f697c2a03c29f589e249de832ddf01b9b1e6d;hb=fc721b699b817e9cb78994c6dd6d86e744bd2112;hp=f6c394c48240314298dd67716c6d96e6d9704c11;hpb=cc26efb3134b28701fe65ac488af2c6abf59b21d;p=git.git diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt index f6c394c48..668f697c2 100644 --- a/Documentation/git-cat-file.txt +++ b/Documentation/git-cat-file.txt @@ -8,8 +8,9 @@ git-cat-file - Provide content or type/size information for repository objects SYNOPSIS -------- -'git-cat-file' [-t | -s | -e | -p | ] -'git-cat-file' [--batch | --batch-check] < +[verse] +'git cat-file' [-t | -s | -e | -p | ] +'git cat-file' [--batch | --batch-check] < DESCRIPTION ----------- @@ -80,7 +81,7 @@ object specified on stdin: ------------ If '--batch-check' is specified, output of the following form is printed for -each object specified fon stdin: +each object specified on stdin: ------------ SP SP LF @@ -103,4 +104,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list