Selaa lähdekoodia

* Fix the "img2txt: option requires an argument -- h" bug.

tags/v0.99.beta14
Sam Hocevar sam 17 vuotta sitten
vanhempi
commit
7e75ff3c1d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/img2txt.c

+ 1
- 1
src/img2txt.c Näytä tiedosto

@@ -126,7 +126,7 @@ int main(int argc, char **argv)
{ "help", 0, NULL, 'h' },
{ "version", 0, NULL, 'v' },
};
int c = mygetopt(argc, argv, "W:H:f:d:g:b:c:h:v:x:y:", long_options, &option_index);
int c = mygetopt(argc, argv, "W:H:f:d:g:b:c:hvx:y:", long_options, &option_index);
if(c == -1)
break;



Ladataan…
Peruuta
Tallenna