Skip to content

Commit c6b227b

Browse files
authored
Merge pull request #186 from andrewbird/pr177a
Resurrected Pr177
2 parents f794777 + fb9704f commit c6b227b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/bin2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ int main(int argc, char **argv)
99
if (argc < 4)
1010
{
1111
fprintf(stderr,
12-
"Usage: bin2c <output bin file> <output h file> <array name>\n");
12+
"Usage: bin2c <input bin file> <output h file> <array name>\n");
1313
return 1;
1414
}
1515

0 commit comments

Comments
 (0)