]> granicus.if.org Git - php/commitdiff
Just some help cleanup
authorTomas V.V.Cox <cox@php.net>
Sun, 7 Apr 2002 14:30:32 +0000 (14:30 +0000)
committerTomas V.V.Cox <cox@php.net>
Sun, 7 Apr 2002 14:30:32 +0000 (14:30 +0000)
pear/PEAR/Command/Install.php

index ab1e6aff49d2d42176a1ed6438af6c1aee6ffe31..e57043881660e69c653e3aacbc1309a6852de01a 100644 (file)
@@ -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;
     }