git-fsck-objects is now synonym to git-fsck

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2007-01-28 16:33:58 -08:00
parent e0d10e1c63
commit df391b192d
15 changed files with 159 additions and 140 deletions

View 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;
}