From: Stig Bakken Date: Fri, 22 Nov 2002 07:03:46 +0000 (+0000) Subject: * fix config-show output X-Git-Tag: RELEASE_1_0b2~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64a75d6d7714e199814a67980abdd2672c69ba07;p=php * fix config-show output --- diff --git a/pear/PEAR/Frontend/CLI.php b/pear/PEAR/Frontend/CLI.php index 80a47507ca..f9a28b99dc 100644 --- a/pear/PEAR/Frontend/CLI.php +++ b/pear/PEAR/Frontend/CLI.php @@ -397,7 +397,7 @@ class PEAR_Frontend_CLI extends PEAR break; case 'config-show': $data['border'] = true; - $opts = array(0 => array('wrap' => 20), + $opts = array(0 => array('wrap' => 30), 1 => array('wrap' => 20), 2 => array('wrap' => 35)); $this->_startTable($data);