]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-revert.c
git-clone.txt: Improve --depth description.
[thirdparty/git.git] / builtin-revert.c
index 499bbe7343a635f1c7fc024ed6a1436042dcb8ac..eafafbc333e784aa2c49ee9d360077cb212797c6 100644 (file)
@@ -351,7 +351,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 "