Skip to content

Commit fb9704f

Browse files
committed
sys: Correct bin2c usage text
1 parent f794777 commit fb9704f

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)