From 3148e2e9be12920ef8d00fb54630696de8f2ca05 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sun, 7 Dec 2003 00:10:40 +0000 Subject: [PATCH] fix #205, wider column names for pear list --- pear/PEAR/Frontend/CLI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); -- 2.50.1