From 64a75d6d7714e199814a67980abdd2672c69ba07 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Fri, 22 Nov 2002 07:03:46 +0000 Subject: [PATCH] * fix config-show output --- 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 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); -- 2.50.1