Browse Source

img2text.c: fix width arg case in example

tags/v0.99.beta20
Jack Carrozzo 7 years ago
parent
commit
05bfb8af09
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/img2txt.c

+ 1
- 1
src/img2txt.c View File

@@ -31,7 +31,7 @@ static void usage(int argc, char **argv)

fprintf(stderr, "Usage: %s [OPTIONS]... <IMAGE>\n", argv[0]);
fprintf(stderr, "Convert IMAGE to any text based available format.\n");
fprintf(stderr, "Example : %s -w 80 -f ansi ./caca.png\n\n", argv[0]);
fprintf(stderr, "Example : %s -W 80 -f ansi ./caca.png\n\n", argv[0]);
fprintf(stderr, "Options:\n");
fprintf(stderr, " -h, --help\t\t\tThis help\n");
fprintf(stderr, " -v, --version\t\t\tVersion of the program\n");


Loading…
Cancel
Save