diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2008-10-15 09:11:52 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-10-16 08:44:07 -0700 |
commit | e7108fcb15fadf7042fefc54fadc930e2298a4cb (patch) | |
tree | 7aa6799b72280a4b8e63a324d081bff1f39bdafa /Documentation | |
parent | b4666852a06af0c969ad8f1c444d0b48c4451e76 (diff) | |
download | git-e7108fcb15fadf7042fefc54fadc930e2298a4cb.tar.gz git-e7108fcb15fadf7042fefc54fadc930e2298a4cb.tar.xz |
git-check-attr(1): use 'verse' for multi-line synopsis sections
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-check-attr.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-check-attr.txt b/Documentation/git-check-attr.txt index 14e437436..174b088bc 100644 --- a/Documentation/git-check-attr.txt +++ b/Documentation/git-check-attr.txt @@ -8,8 +8,9 @@ git-check-attr - Display gitattributes information. SYNOPSIS -------- +[verse] 'git check-attr' attr... [--] pathname... -'git check-attr' --stdin [-z] attr... < <list-of-paths +'git check-attr' --stdin [-z] attr... < <list-of-paths> DESCRIPTION ----------- |