summaryrefslogtreecommitdiff
path: root/pear/PEAR/Command/Package.php
diff options
context:
space:
mode:
Diffstat (limited to 'pear/PEAR/Command/Package.php')
-rw-r--r--pear/PEAR/Command/Package.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/pear/PEAR/Command/Package.php b/pear/PEAR/Command/Package.php
index 85bade842a..e63b9cec91 100644
--- a/pear/PEAR/Command/Package.php
+++ b/pear/PEAR/Command/Package.php
@@ -67,11 +67,11 @@ class PEAR_Command_Package extends PEAR_Command_Common
*/
function getCommands()
{
- return array('package',
- 'package-info',
- 'package-list',
- 'package-validate',
- 'cvstag');
+ return array('package' => 'Build Package',
+ 'package-info' => 'Show Package Info',
+ 'package-list' => 'List Files in Package',
+ 'package-validate' => 'Validate Package',
+ 'cvstag' => 'Set CVS Release Tag');
}
// }}}