diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-07-09 15:25:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-07-09 15:25:39 -0700 |
commit | 0af6d5dd062909eee3762e5fdec873ba6e7754b4 (patch) | |
tree | 0612dd59979cb5060fe6dd345c9e0d373f1e75ee /Documentation | |
parent | Merge branch 'rs/copy-array' (diff) | |
parent | show --continue/skip etc. consistently in synopsis (diff) | |
download | tgif-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')
-rw-r--r-- | Documentation/git-merge.txt | 3 | ||||
-rw-r--r-- | Documentation/git-rebase.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/git-merge.txt b/Documentation/git-merge.txt index c01cfa6595..3ff0393507 100644 --- a/Documentation/git-merge.txt +++ b/Documentation/git-merge.txt @@ -13,8 +13,7 @@ SYNOPSIS [-s <strategy>] [-X <strategy-option>] [-S[<keyid>]] [--[no-]allow-unrelated-histories] [--[no-]rerere-autoupdate] [-m <msg>] [-F <file>] [<commit>...] -'git merge' --abort -'git merge' --continue +'git merge' (--continue | --abort | --quit) DESCRIPTION ----------- 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 ----------- |