diff options
-rw-r--r-- | pear/PEAR/Frontend/CLI.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/PEAR/Frontend/CLI.php b/pear/PEAR/Frontend/CLI.php index f9a28b99dc..5fb5c67d17 100644 --- a/pear/PEAR/Frontend/CLI.php +++ b/pear/PEAR/Frontend/CLI.php @@ -357,6 +357,7 @@ class PEAR_Frontend_CLI extends PEAR { case 'install': case 'upgrade': + case 'upgrade-all': if (isset($data['release_warnings'])) { $this->_displayLine(''); $this->_startTable(array( |