aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-rerere.txt
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-10-13 17:39:14 +0200
committerJunio C Hamano <gitster@pobox.com>2022-10-13 09:32:56 -0700
commitd7756184c94547348766216614855e4db7a3a888 (patch)
treec801d5f92f24caf4688e3810bbd0a84f2db5a3e8 /Documentation/git-rerere.txt
parent8c9e292dc091e637eeb78fb0046c3572717b4a67 (diff)
downloadgit-d7756184c94547348766216614855e4db7a3a888.tar.gz
doc txt & -h consistency: make "rerere" consistent
For "rerere" say "pathspec" consistently, and list the subcommands in the order that they're discussed in the "COMMANDS" section of the documentation. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rerere.txt')
-rw-r--r--Documentation/git-rerere.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rerere.txt b/Documentation/git-rerere.txt
index 9d0e6f53e7..992b469270 100644
--- a/Documentation/git-rerere.txt
+++ b/Documentation/git-rerere.txt
@@ -8,7 +8,7 @@ git-rerere - Reuse recorded resolution of conflicted merges
SYNOPSIS
--------
[verse]
-'git rerere' [clear | forget <pathspec> | diff | remaining | status | gc]
+'git rerere' [clear | forget <pathspec>... | diff | status | remaining | gc]
DESCRIPTION
-----------