Browse Source

fix #205, wider column names for pear list

PEAR_1_4DEV
Greg Beaver 23 years ago
parent
commit
3148e2e9be
  1. 2
      pear/PEAR/Frontend/CLI.php

2
pear/PEAR/Frontend/CLI.php

@ -451,7 +451,7 @@ class PEAR_Frontend_CLI extends PEAR
1 => array('wrap' => 48)
);
} elseif ($count == 3) {
$opts = array(0 => array('wrap' => 20),
$opts = array(0 => array('wrap' => 30),
1 => array('wrap' => 20),
2 => array('wrap' => 35)
);

Loading…
Cancel
Save