From 1652d1f3b432e4785f1798c85c66dfde1c452c71 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Fri, 6 Dec 2002 00:10:40 +0000 Subject: [PATCH] MFH --- pear/PEAR/Frontend/CLI.php | 1 + 1 file changed, 1 insertion(+) 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( -- 2.50.1