Skip to content

Commit

Permalink
nybbles: correct an error text
Browse files Browse the repository at this point in the history
  • Loading branch information
EtchedPixels committed May 16, 2024
1 parent d56591a commit 9013d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nybbles.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static void exit_cleanup(void)
static void usage(void)
{
fprintf(stderr,
"flexbox: [-f] -r rompath] [-d debug]\n");
"nybbles: [-f] -r rompath] [-d debug]\n");
exit(EXIT_FAILURE);
}

Expand Down

0 comments on commit 9013d5e

Please sign in to comment.