mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
* Typo fixes
This commit is contained in:
parent
6a4099ccdd
commit
254456a4a6
@ -34,13 +34,13 @@ class PEAR_Command_Mirror extends PEAR_Command_Common
|
||||
|
||||
var $commands = array(
|
||||
'download-all' => array(
|
||||
'summary' => 'Downloads each avaible Package from master_server',
|
||||
'summary' => 'Downloads each available package from master_server',
|
||||
'function' => 'doDownloadAll',
|
||||
'shortcut' => 'da',
|
||||
'options' => array(),
|
||||
'doc' => '
|
||||
Request a list of avaible Packages from the Package-Server
|
||||
(master_server) and downloads them to current working dir'
|
||||
Requests a list of available packages from the package server
|
||||
(master_server) and downloads them to current working directory'
|
||||
),
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user