Selaa lähdekoodia

fix case in example

tags/v0.99.beta17
Ben Wiley Sittler bsittler 16 vuotta sitten
vanhempi
commit
3a86d53fb2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      caca-php/examples/img2txt.php

+ 1
- 1
caca-php/examples/img2txt.php Näytä tiedosto

@@ -203,7 +203,7 @@ function usage($argc, $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");


Ladataan…
Peruuta
Tallenna