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

Merge pull request from andrewbird/pr177a

Resurrected Pr177
This commit is contained in:
Andrew Bird 2024-08-18 10:43:00 +01:00 committed by GitHub
commit c6b227b783
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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;
}