1
0
mirror of https://github.com/FDOS/kernel.git synced 2025-04-08 17:15:17 +02:00

sys: Correct bin2c usage text

This commit is contained in:
Andrew Bird 2024-08-17 10:29:09 +01:00
parent f7947771cb
commit fb9704f62e

@ -9,7 +9,7 @@ int main(int argc, char **argv)
if (argc < 4)
{
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;
}