Sfoglia il codice sorgente

Fix usage example typo

tags/v0.99.beta20^2^2
alxf 7 anni fa
parent
commit
feab0ef0aa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      python/examples/img2txt.py

+ 1
- 1
python/examples/img2txt.py Vedi File

@@ -35,7 +35,7 @@ DEPTH = 4
HELP_MSG = """\
Usage: %s [OPTIONS]... <IMAGE>
Convert IMAGE to any text based available format.
Example: %s -w 80 -f ansi ./caca.png
Example: %s -W 80 -f ansi ./caca.png

Options:
-h, --help This help


Caricamento…
Annulla
Salva