]> granicus.if.org Git - php/commitdiff
Add "r" in cmd help
authorTomas V.V.Cox <cox@php.net>
Sun, 12 May 2002 16:31:30 +0000 (16:31 +0000)
committerTomas V.V.Cox <cox@php.net>
Sun, 12 May 2002 16:31:30 +0000 (16:31 +0000)
pear/PEAR/Command/Install.php

index b9eb8aeeed34ad2255bb3c51149a05b726eaf84c..6436ab4208bb3d3a7591f65d0599d3cd14da9f4b 100644 (file)
@@ -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".