]> granicus.if.org Git - php/commitdiff
* fix config-show output
authorStig Bakken <ssb@php.net>
Fri, 22 Nov 2002 07:03:46 +0000 (07:03 +0000)
committerStig Bakken <ssb@php.net>
Fri, 22 Nov 2002 07:03:46 +0000 (07:03 +0000)
pear/PEAR/Frontend/CLI.php

index 80a47507ca5d6fe1b90de24b6139506b503472da..f9a28b99dc2c49b948a284282ad689eab456a5f4 100644 (file)
@@ -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);