Skip to content

Commit c395c25

Browse files
jhancegitster
authored andcommitted
merge: match the help text with the documentation
We used to be very casual in terminology and used <branch>, <ref> and <rev> more or less interchangeably with <commit>. Match the help text given by "git merge -h" with that of the documentation. Signed-off-by: Jared Hance <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7811d96 commit c395c25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

builtin/merge.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ struct strategy {
3737
};
3838

3939
static const char * const builtin_merge_usage[] = {
40-
"git merge [options] <remote>...",
41-
"git merge [options] <msg> HEAD <remote>",
40+
"git merge [options] <commit>...",
41+
"git merge [options] <msg> HEAD <commit>",
42+
"git merge --abort",
4243
NULL
4344
};
4445

0 commit comments

Comments
 (0)