diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2006-03-06 03:00:48 +0300 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-05 17:02:02 -0800 |
commit | bd494fc76be09ab61f8285f1299e2474b0554a81 (patch) | |
tree | 067114c913b02e7fc20e1b12e058d9e23b9aecb2 /Documentation/git-show-branch.txt | |
parent | 604c86d15bb319a1e93ba218fca48ce1c500ae52 (diff) | |
download | git-bd494fc76be09ab61f8285f1299e2474b0554a81.tar.gz git-bd494fc76be09ab61f8285f1299e2474b0554a81.tar.xz |
git/Documentation: fix SYNOPSIS style bugs
This trivial patch fixes SYNOPSIS style bugs.
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-show-branch.txt')
-rw-r--r-- | Documentation/git-show-branch.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index 7b1a9c987..e474cd0ba 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -8,9 +8,9 @@ git-show-branch - Show branches and their commits. SYNOPSIS -------- [verse] -git-show-branch [--all] [--heads] [--tags] [--topo-order] [--current] - [--more=<n> | --list | --independent | --merge-base] - [--no-name | --sha1-name] [<rev> | <glob>]... +'git-show-branch' [--all] [--heads] [--tags] [--topo-order] [--current] + [--more=<n> | --list | --independent | --merge-base] + [--no-name | --sha1-name] [<rev> | <glob>]... DESCRIPTION ----------- |