From: Tomas V.V.Cox Date: Sun, 7 Apr 2002 14:30:32 +0000 (+0000) Subject: Just some help cleanup X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~826 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=361cebe460cc202103f26678e41b23cd9bd29a7b;p=php Just some help cleanup --- 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; }