Skip to content

Commit d775618

Browse files
avargitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8c9e292 commit d775618

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-rerere.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git-rerere - Reuse recorded resolution of conflicted merges
88
SYNOPSIS
99
--------
1010
[verse]
11-
'git rerere' [clear | forget <pathspec> | diff | remaining | status | gc]
11+
'git rerere' [clear | forget <pathspec>... | diff | status | remaining | gc]
1212

1313
DESCRIPTION
1414
-----------

builtin/rerere.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "pathspec.h"
1111

1212
static const char * const rerere_usage[] = {
13-
N_("git rerere [clear | forget <pathspec>... | status | remaining | diff | gc]"),
13+
N_("git rerere [clear | forget <pathspec>... | diff | status | remaining | gc]"),
1414
NULL,
1515
};
1616

0 commit comments

Comments
 (0)