]> granicus.if.org Git - php/commitdiff
update phpdoc comment
authorGreg Beaver <cellog@php.net>
Sat, 6 Dec 2003 06:08:56 +0000 (06:08 +0000)
committerGreg Beaver <cellog@php.net>
Sat, 6 Dec 2003 06:08:56 +0000 (06:08 +0000)
pear/PEAR/Installer.php

index 4e22964e6407a3377c67a19a557aaeea19f367f9..fd0e9e68815890baabaae64b0255516804faa804 100644 (file)
@@ -880,6 +880,8 @@ class PEAR_Installer extends PEAR_Downloader
      * @param array Command-line options.  Possibilities include:
      *
      *              - installroot: base installation dir, if not the default
+     *              - nodeps: do not process dependencies of other packages to ensure
+     *                        uninstallation does not break things
      */
     function uninstall($package, $options = array())
     {