Code

git-bundle: avoid fork() in verify_bundle()
[git.git] / http-fetch.c
index efd494a47fb961f4f8425d52bd10e37e5ffdab51..9f790a08e5d2760524ab7a34e98071062b3ed42f 100644 (file)
@@ -1069,7 +1069,7 @@ int main(int argc, const char **argv)
                fprintf(stderr,
 "Some loose object were found to be corrupt, but they might be just\n"
 "a false '404 Not Found' error message sent with incorrect HTTP\n"
-"status code.  Suggest running git fsck-objects.\n");
+"status code.  Suggest running git-fsck.\n");
        }
        return rc;
 }