diff options
-rw-r--r-- | builtin-revert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-revert.c b/builtin-revert.c index 4f86178bbd..4bf8eb2f58 100644 --- a/builtin-revert.c +++ b/builtin-revert.c @@ -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), |