mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-23 22:04:33 +02:00
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…
x
Reference in New Issue
Block a user