sys: Correct bin2c usage text

This commit is contained in:
Andrew Bird 2024-08-17 10:29:09 +01:00
parent f7947771cb
commit fb9704f62e
1 changed files with 1 additions and 1 deletions

View File

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