'shortopt' => 'Z',
'doc' => 'request uncompressed files when downloading',
),
+ 'installroot' => array(
+ 'shortopt' => 'R',
+ 'arg' => 'DIR',
+ 'doc' => 'root directory used when installing files (ala PHP\'s INSTALL_ROOT)',
+ ),
),
'doc' => '<package> ...
Installs one or more PEAR packages. You can specify a package to
'shortopt' => 'Z',
'doc' => 'request uncompressed files when downloading',
),
+ 'installroot' => array(
+ 'shortopt' => 'R',
+ 'arg' => 'DIR',
+ 'doc' => 'root directory used when installing files (ala PHP\'s INSTALL_ROOT)',
+ ),
),
'doc' => '<package> ...
Upgrades one or more PEAR packages. See documentation for the
'shortopt' => 'Z',
'doc' => 'request uncompressed files when downloading',
),
+ 'installroot' => array(
+ 'shortopt' => 'R',
+ 'arg' => 'DIR',
+ 'doc' => 'root directory used when installing files (ala PHP\'s INSTALL_ROOT)',
+ ),
),
'doc' => '
Upgrades all packages that have a newer release available. Upgrades are
'shortopt' => 'r',
'doc' => 'do not remove files, only register the packages as not installed',
),
+ 'installroot' => array(
+ 'shortopt' => 'R',
+ 'arg' => 'DIR',
+ 'doc' => 'root directory used when installing files (ala PHP\'s INSTALL_ROOT)',
+ ),
),
'doc' => '<package> ...
Uninstalls one or more PEAR packages. More than one package may be