whitespace tweak for usage message in bootimage.cpp

This commit is contained in:
Joel Dice 2011-09-23 20:42:17 -06:00
parent 21d1a6c883
commit e6c780e4e8

View File

@ -1642,7 +1642,7 @@ main(int ac, const char** av)
{
if (ac < 4 or ac > 7) {
fprintf(stderr, "usage: %s <classpath> <bootimage file> <code file>"
"[<class name> [<method name> [<method spec>]]]\n", av[0]);
" [<class name> [<method name> [<method spec>]]]\n", av[0]);
return -1;
}