diff options
author | Matthias Kestenholz <matthias@spinlock.ch> | 2007-05-18 15:39:34 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-18 21:47:45 -0700 |
commit | 97925fde00743e557fa5e792004483a27e31fbd8 (patch) | |
tree | 6d64fc43e257129dc4b2dd23b7a34a6037b087b1 /Documentation/git-for-each-ref.txt | |
parent | e448ff877b5bff0f2e6c5281652ed5183a41ed6c (diff) | |
download | git-97925fde00743e557fa5e792004483a27e31fbd8.tar.gz |
Documentation: Reformatted SYNOPSIS for several commands
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-for-each-ref.txt')
-rw-r--r-- | Documentation/git-for-each-ref.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index f49b0d944c..6df8e85004 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/git-for-each-ref.txt @@ -7,7 +7,10 @@ git-for-each-ref - Output information on each ref SYNOPSIS -------- -'git-for-each-ref' [--count=<count>]\* [--shell|--perl|--python|--tcl] [--sort=<key>]\* [--format=<format>] [<pattern>] +[verse] +'git-for-each-ref' [--count=<count>]\* + [--shell|--perl|--python|--tcl] + [--sort=<key>]\* [--format=<format>] [<pattern>] DESCRIPTION ----------- |