From: Tomas V.V.Cox Date: Sun, 12 May 2002 16:31:30 +0000 (+0000) Subject: Add "r" in cmd help X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=625b9c5f88e760721b7b452c9866faf0666f6b52;p=php Add "r" in cmd help --- diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php index b9eb8aeeed..6436ab4208 100644 --- a/pear/PEAR/Command/Install.php +++ b/pear/PEAR/Command/Install.php @@ -72,7 +72,7 @@ class PEAR_Command_Install extends PEAR_Command_Common 'Upgrades a PEAR package installed in the system'); break; } - $ret[0] = "[-n] [-f] [-s] [-Z] {$ret[0]}"; + $ret[0] = "[-f] [-n] [-r] [-s] [-Z] {$ret[0]}"; $ret[1] = "{$ret[1]}\n" . " -f forces the installation of the package\n". " when it is already installed\n".