aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-rebase.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-03-25 16:16:34 -0700
committerJunio C Hamano <gitster@pobox.com>2024-03-25 16:16:34 -0700
commit0cb25d17445f848df13b971cb866c63c8f273b01 (patch)
tree8728c224707f6b5c83d3fe8ccf1edbce7a1b91d4 /Documentation/git-rebase.txt
parenta7f0fcb335cdd01a01e22fe80bc66c3eee2d9f38 (diff)
parent67471bc704434412b367b570ad330330354598ed (diff)
downloadgit-0cb25d17445f848df13b971cb866c63c8f273b01.tar.gz
Merge branch 'ja/doc-formatting-fix'
Documentation mark-up fix. * ja/doc-formatting-fix: doc: fix some placeholders formating doc: format alternatives 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 e7e725044d..03d5e9936a 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -12,7 +12,7 @@ SYNOPSIS
[--onto <newbase> | --keep-base] [<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
-----------