From 3a86d53fb21a17d850fefd9c4179f4650b6dbfe9 Mon Sep 17 00:00:00 2001 From: Ben Wiley Sittler Date: Fri, 7 Nov 2008 08:25:01 +0000 Subject: [PATCH] fix case in example --- caca-php/examples/img2txt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caca-php/examples/img2txt.php b/caca-php/examples/img2txt.php index 5b8396a..a8e0f92 100755 --- a/caca-php/examples/img2txt.php +++ b/caca-php/examples/img2txt.php @@ -203,7 +203,7 @@ function usage($argc, $argv) { fprintf(STDERR, "Usage: %s [OPTIONS]... \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");