瀏覽代碼

fix case in example

tags/v0.99.beta17
Ben Wiley Sittler bsittler 16 年之前
父節點
當前提交
3a86d53fb2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      caca-php/examples/img2txt.php

+ 1
- 1
caca-php/examples/img2txt.php 查看文件

@@ -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");


Loading…
取消
儲存