Skip to content

Commit

Permalink
fix(cli): fix inconsistent capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Sep 29, 2023
1 parent d7e5a59 commit daecd90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ commands:
options:
-5, --15-bit 15-bit color
-6, --16-bit 16-bit color
-n, --no-dither Do not dither the image
-n, --no-dither do not dither the image
```

## Building
Expand Down
2 changes: 1 addition & 1 deletion cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ void help()
"\noptions:\n"
" -5, --15-bit 15-bit color\n"
" -6, --16-bit 16-bit color\n"
" -n, --no-dither Do not dither the image\n"
" -n, --no-dither do not dither the image\n"
);
}

Expand Down

0 comments on commit daecd90

Please sign in to comment.