Build-in peek-remote, using transport infrastructure.
[gitweb.git] / builtin-revert.c
index 2ea766b5bfc1375a2ff03664ffb55fa558b11da0..a9347cf9c57b2e4d15d37da609a2851e5b1cfc8e 100644 (file)
@@ -341,7 +341,7 @@ static int revert_or_cherry_pick(int argc, const char **argv)
                        die ("Error wrapping up %s", defmsg);
                fprintf(stderr, "Automatic %s failed.  "
                        "After resolving the conflicts,\n"
-                       "mark the corrected paths with 'git-add <paths>'\n"
+                       "mark the corrected paths with 'git add <paths>' "
                        "and commit the result.\n", me);
                if (action == CHERRY_PICK) {
                        fprintf(stderr, "When commiting, use the option "