diff options
author | Stig Bakken <ssb@php.net> | 2002-11-22 07:03:46 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2002-11-22 07:03:46 +0000 |
commit | 64a75d6d7714e199814a67980abdd2672c69ba07 (patch) | |
tree | c05a41f65fb1f41b92d83e5ec51d509ed47f6857 | |
parent | ba1f645030ad68d804ac95fb4134446dd6b2fe74 (diff) | |
download | php-git-64a75d6d7714e199814a67980abdd2672c69ba07.tar.gz |
* fix config-show output
-rw-r--r-- | pear/PEAR/Frontend/CLI.php | 2 |
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); |