mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
fixed minor typo
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1465 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
addc53e56d
commit
e33bbec412
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
void
|
void
|
||||||
usage(){
|
usage(){
|
||||||
fprintf(stderr, "Usage: buildrom <input> <output> <payload> ");
|
fprintf(stderr, "Usage: buildrom <input> <output> <payload> ");
|
||||||
fprintf(stderr, " <linuxbios-size> <total-size\n");
|
fprintf(stderr, " <linuxbios-size> <total-size>\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue