Skip to content

Commit

Permalink
merge: match the help text with the documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jared Hance authored and Junio C Hamano committed Mar 24, 2011
1 parent 7811d96 commit c395c25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions builtin/merge.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit c395c25

Please sign in to comment.