mirror of https://github.com/FDOS/kernel.git
sys: Correct bin2c usage text
This commit is contained in:
parent
f7947771cb
commit
fb9704f62e
|
@ -9,7 +9,7 @@ int main(int argc, char **argv)
|
||||||
if (argc < 4)
|
if (argc < 4)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Usage: bin2c <output bin file> <output h file> <array name>\n");
|
"Usage: bin2c <input bin file> <output h file> <array name>\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue