Skip to content

Commit

Permalink
fix typo in usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
heuripedes committed Dec 14, 2013
1 parent 8700534 commit d4baf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipsbehead.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ int main (int argc, char* argv[]) {
int chunkno = 0;

if (argc < 3) {
printf("usage: %s <input.sfc> <output.sfc>\n", argv[0]);
printf("usage: %s <input.ips> <output.ips>\n", argv[0]);
exit(EXIT_SUCCESS);
}

Expand Down

0 comments on commit d4baf93

Please sign in to comment.