]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/merge.c
merge: match the help text with the documentation
[thirdparty/git.git] / builtin / merge.c
index 42fff387e69d9b5412e8e776aed3272b78ebe758..a2105ef90cca1991a24b802b688c12b0bd6fb41d 100644 (file)
@@ -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
 };