Fix clone not to ignore depth when performing a local clone
[gitweb.git] / builtin-revert.c
index 4f86178bbd4917c6b36eb9c80aeee5bd588edbc0..4bf8eb2f58ac5a81a9d6538e31f2da661db4c3e9 100644 (file)
@@ -234,7 +234,7 @@ static char *help_msg(const unsigned char *sha1)
 
        strcpy(helpbuf, "  After resolving the conflicts,\n"
               "mark the corrected paths with 'git add <paths>' "
-              "and commit the result.");
+              "or 'git rm <paths>' and commit the result.");
 
        if (action == CHERRY_PICK) {
                sprintf(helpbuf + strlen(helpbuf),