Skip to content

Commit

Permalink
docs: update synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Nov 1, 2020
1 parent 6b5df48 commit 6403eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imgcat.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ static void usage(FILE *dest) {
fprintf(dest, "Usage:\n");
fprintf(dest,
"\t%s" " [--width=<columns> --height=<rows>|--no-resize]\n"
"\t%*c" " [--half-height] [--depth=(8|256|true|iterm2)] IMAGE\n",
"\t%*c" " [--half-height] [--depth=(8|256|24bit|iterm2)] IMAGE\n",
program_name, field_width, ' ');
fprintf(dest, "\t"
"%s --version\n", program_name);
Expand Down

0 comments on commit 6403eaa

Please sign in to comment.