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 <jaredhance@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
7811d9600f
commit
c395c25b86
@ -37,8 +37,9 @@ struct strategy {
|
||||
};
|
||||
|
||||
static const char * const builtin_merge_usage[] = {
|
||||
"git merge [options] <remote>...",
|
||||
"git merge [options] <msg> HEAD <remote>",
|
||||
"git merge [options] <commit>...",
|
||||
"git merge [options] <msg> HEAD <commit>",
|
||||
"git merge --abort",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user