summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-07-09 15:25:38 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-07-09 15:25:39 -0700
commit0af6d5dd062909eee3762e5fdec873ba6e7754b4 (patch)
tree0612dd59979cb5060fe6dd345c9e0d373f1e75ee /Documentation/git-rebase.txt
parentMerge branch 'rs/copy-array' (diff)
parentshow --continue/skip etc. consistently in synopsis (diff)
downloadtgif-0af6d5dd062909eee3762e5fdec873ba6e7754b4.tar.xz
Merge branch 'pw/doc-synopsis-markup-opmode-options'
Docfix. * pw/doc-synopsis-markup-opmode-options: show --continue/skip etc. consistently in synopsis
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r--Documentation/git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index 5e4e927647..057c21d8ee 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -12,7 +12,7 @@ SYNOPSIS
[<upstream> [<branch>]]
'git rebase' [-i | --interactive] [<options>] [--exec <cmd>] [--onto <newbase>]
--root [<branch>]
-'git rebase' --continue | --skip | --abort | --quit | --edit-todo | --show-current-patch
+'git rebase' (--continue | --skip | --abort | --quit | --edit-todo | --show-current-patch)
DESCRIPTION
-----------