]> granicus.if.org Git - php/commitdiff
fix #205, wider column names for pear list
authorGreg Beaver <cellog@php.net>
Sun, 7 Dec 2003 00:10:40 +0000 (00:10 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 7 Dec 2003 00:10:40 +0000 (00:10 +0000)
pear/PEAR/Frontend/CLI.php

index c71fd2c90bbe280dadd1b8efef54fa7fea0d1310..f525cc8956ae57b2fc34474aa011cb76345997fa 100644 (file)
@@ -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)
                         );