]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-show-branch.txt
Merge branch 'ab/doc-synopsis-and-cmd-usage'
[thirdparty/git.git] / Documentation / git-show-branch.txt
index e5ec6b467f9f3f765d31949725ddc0c7c634391f..71f608b1ff1e1de10708212bcd815b744f9284bf 100644 (file)
@@ -8,12 +8,12 @@ git-show-branch - Show branches and their commits
 SYNOPSIS
 --------
 [verse]
-'git show-branch' [-a|--all] [-r|--remotes] [--topo-order | --date-order]
+'git show-branch' [-a | --all] [-r | --remotes] [--topo-order | --date-order]
                [--current] [--color[=<when>] | --no-color] [--sparse]
                [--more=<n> | --list | --independent | --merge-base]
                [--no-name | --sha1-name] [--topics]
                [(<rev> | <glob>)...]
-'git show-branch' (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]
+'git show-branch' (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]
 
 DESCRIPTION
 -----------