diff options
author | Lea Wiemann <lewiemann@gmail.com> | 2008-06-03 13:06:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-09 23:12:48 -0700 |
commit | cdf222f5f0d6f2f22df12e83c4a1f9aae35f3084 (patch) | |
tree | 126505d7df6fd1375c79bd77273facca4effe049 /Documentation/git-cat-file.txt | |
parent | ea81e10ff4e31820407f4cb1b8ebd87de9e51737 (diff) | |
download | git-cdf222f5f0d6f2f22df12e83c4a1f9aae35f3084.tar.gz git-cdf222f5f0d6f2f22df12e83c4a1f9aae35f3084.tar.xz |
Documentation/git-cat-file.txt: add missing line break
Without [verse], the line break between the two synopsis lines does
not make it into the man page.
Signed-off-by: Lea Wiemann <LeWiemann@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-cat-file.txt')
-rw-r--r-- | Documentation/git-cat-file.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt index 3f77dbd10..f58013ca6 100644 --- a/Documentation/git-cat-file.txt +++ b/Documentation/git-cat-file.txt @@ -8,6 +8,7 @@ git-cat-file - Provide content or type/size information for repository objects SYNOPSIS -------- +[verse] 'git-cat-file' [-t | -s | -e | -p | <type>] <object> 'git-cat-file' [--batch | --batch-check] < <list-of-objects> |