diff --git a/pear/PEAR/Frontend/CLI.php b/pear/PEAR/Frontend/CLI.php index c71fd2c90bb..f525cc8956a 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) );