diff --git a/caca-php/examples/export.php b/caca-php/examples/export.php index 58542db..c5200c5 100755 --- a/caca-php/examples/export.php +++ b/caca-php/examples/export.php @@ -52,7 +52,7 @@ else if(! array_key_exists($format, $exports)) { - $msg = ($argv[0] . ": unknown $format `" . $format . "'\n" . + $msg = ($argv[0] . ": unknown format `" . $format . "'\n" . "please use one of:\n"); foreach($exports as $format => $name) $msg .= " \"" . $name . "\" (" . $format . ")\n";