From 361cebe460cc202103f26678e41b23cd9bd29a7b Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Sun, 7 Apr 2002 14:30:32 +0000 Subject: [PATCH] Just some help cleanup --- pear/PEAR/Command/Install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php index ab1e6aff49..e570438816 100644 --- a/pear/PEAR/Command/Install.php +++ b/pear/PEAR/Command/Install.php @@ -73,12 +73,12 @@ class PEAR_Command_Install extends PEAR_Command_Common 'Upgrades a PEAR package installed in the system'); break; } - $ret[0] = "[-n] [-f] {$ret[0]}"; + $ret[0] = "[-n] [-f] [-s] [-Z] {$ret[0]}"; $ret[1] = "{$ret[1]}\n" . " -f forces the installation of the package\n". " when it is already installed\n". " -n do not take care of package dependencies\n". - " -s soft update: install or upgrade only if needed". + " -s soft update: install or upgrade only if needed\n". " -Z no compression: download plain .tar files"; return $ret; } -- 2.50.1