summaryrefslogtreecommitdiffstats
path: root/git-cat-file.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-05-26 08:38:52 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-05-26 08:38:52 +0000
commit9f10ed359a3a4153921ef654002b468cc7f8c78f (patch)
tree710a04bf01fdd71fbb37a0e59d6086f4db4e9642 /git-cat-file.txt
parent7ae18250dc61b6e3620aa3fac36eac9fc0a6cd07 (diff)
downloadgit-htmldocs-9f10ed359a3a4153921ef654002b468cc7f8c78f.tar.gz
Autogenerated HTML docs for v1.6.3.1-169-g33fd
Diffstat (limited to 'git-cat-file.txt')
-rw-r--r--git-cat-file.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-cat-file.txt b/git-cat-file.txt
index b191276d7..58c8d6577 100644
--- a/git-cat-file.txt
+++ b/git-cat-file.txt
@@ -9,8 +9,8 @@ git-cat-file - Provide content or type and size information for repository objec
SYNOPSIS
--------
[verse]
-'git cat-file' [-t | -s | -e | -p | <type>] <object>
-'git cat-file' [--batch | --batch-check] < <list-of-objects>
+'git cat-file' (-t | -s | -e | -p | <type>) <object>
+'git cat-file' (--batch | --batch-check) < <list-of-objects>
DESCRIPTION
-----------