'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;
}