Skip to content

Commit

Permalink
Merge pull request #186 from andrewbird/pr177a
Browse files Browse the repository at this point in the history
Resurrected Pr177
  • Loading branch information
andrewbird authored Aug 18, 2024
2 parents f794777 + fb9704f commit c6b227b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/bin2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c6b227b

Please sign in to comment.