Quellcode durchsuchen

Fix usage example typo

tags/v0.99.beta20^2^2
alxf vor 7 Jahren
Ursprung
Commit
feab0ef0aa
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      python/examples/img2txt.py

+ 1
- 1
python/examples/img2txt.py Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern