From: Greg Beaver Date: Sun, 7 Dec 2003 00:10:40 +0000 (+0000) Subject: fix #205, wider column names for pear list X-Git-Tag: php-5.0.0b3RC1~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3148e2e9be12920ef8d00fb54630696de8f2ca05;p=php fix #205, wider column names for pear list --- diff --git a/pear/PEAR/Frontend/CLI.php b/pear/PEAR/Frontend/CLI.php index c71fd2c90b..f525cc8956 100644 --- a/pear/PEAR/Frontend/CLI.php +++ b/pear/PEAR/Frontend/CLI.php @@ -451,7 +451,7 @@ class PEAR_Frontend_CLI extends PEAR 1 => array('wrap' => 48) ); } elseif ($count == 3) { - $opts = array(0 => array('wrap' => 20), + $opts = array(0 => array('wrap' => 30), 1 => array('wrap' => 20), 2 => array('wrap' => 35) );