Apparantly, merge's usage information was outdated and used old terminology. Fix it. Signed-off-by: Jared Hance <jaredhance@xxxxxxxxx> --- builtin/merge.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/merge.c b/builtin/merge.c index 42fff38..439d2c7 100644 --- a/builtin/merge.c +++ b/builtin/merge.c @@ -37,8 +37,8 @@ struct strategy { }; static const char * const builtin_merge_usage[] = { - "git merge [options] <remote>...", - "git merge [options] <msg> HEAD <remote>", + "git merge [options] <branch>...", + "git merge [options] <msg> HEAD <branch>", NULL }; -- 1.7.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html