fixed minor typo

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1465 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo 2004-03-22 22:20:49 +00:00
parent addc53e56d
commit e33bbec412
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
void
usage(){
fprintf(stderr, "Usage: buildrom <input> <output> <payload> ");
fprintf(stderr, " <linuxbios-size> <total-size\n");
fprintf(stderr, " <linuxbios-size> <total-size>\n");
exit(1);
}