Browse Source

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>
maint
Jared Hance 14 years ago committed by Junio C Hamano
parent
commit
c395c25b86
  1. 5
      builtin/merge.c

5
builtin/merge.c

@ -37,8 +37,9 @@ struct strategy { @@ -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…
Cancel
Save