summaryrefslogtreecommitdiffstats
path: root/git-merge-base.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-merge-base.txt')
-rw-r--r--git-merge-base.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-merge-base.txt b/git-merge-base.txt
index 2d944e085..b01ba3d35 100644
--- a/git-merge-base.txt
+++ b/git-merge-base.txt
@@ -9,8 +9,8 @@ git-merge-base - Find as good common ancestors as possible for a merge
SYNOPSIS
--------
[verse]
-'git merge-base' [-a|--all] <commit> <commit>...
-'git merge-base' [-a|--all] --octopus <commit>...
+'git merge-base' [-a | --all] <commit> <commit>...
+'git merge-base' [-a | --all] --octopus <commit>...
'git merge-base' --is-ancestor <commit> <commit>
'git merge-base' --independent <commit>...
'git merge-base' --fork-point <ref> [<commit>]