summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/PEAR/Frontend/CLI.php2
1 files changed, 1 insertions, 1 deletions
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);