From 61bd893e0d0742fec67d77226db29a909bd3b43a Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sat, 6 Dec 2003 06:08:56 +0000 Subject: [PATCH] update phpdoc comment --- pear/PEAR/Installer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php index 4e22964e64..fd0e9e6881 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.php @@ -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()) { -- 2.50.1