X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=git-revert.sh;h=50cc47b0634201e7acaaa0a0642be779aaf7c2da;hb=eff73751bb94b0241fd2204effb8680fe9973cbf;hp=6eab3c72df0db0994a352836018a7fc35ba1eae3;hpb=7854e526ff170846aef4ae3c71588c98ed9176d0;p=git.git diff --git a/git-revert.sh b/git-revert.sh index 6eab3c72d..50cc47b06 100755 --- a/git-revert.sh +++ b/git-revert.sh @@ -155,7 +155,7 @@ Conflicts: uniq } >>"$GIT_DIR/MERGE_MSG" echo >&2 "Automatic $me failed. After resolving the conflicts," - echo >&2 "mark the corrected paths with 'git-update-index '" + echo >&2 "mark the corrected paths with 'git-add '" echo >&2 "and commit the result." case "$me" in cherry-pick)