diff options
author | Greg Beaver <cellog@php.net> | 2003-12-06 06:08:56 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2003-12-06 06:08:56 +0000 |
commit | 61bd893e0d0742fec67d77226db29a909bd3b43a (patch) | |
tree | 2f8452b0767ea3622fd2af2f982ffdad6f061be2 /pear | |
parent | 33aa36fb8db7a86a5a5090b96527bce2bef76e5e (diff) | |
download | php-git-61bd893e0d0742fec67d77226db29a909bd3b43a.tar.gz |
update phpdoc comment
Diffstat (limited to 'pear')
-rw-r--r-- | pear/PEAR/Installer.php | 2 |
1 files changed, 2 insertions, 0 deletions
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()) { |