We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1c21a commit e617da5Copy full SHA for e617da5
pear/PEAR/Command/Package.php
@@ -107,7 +107,7 @@ class PEAR_Command_Package extends PEAR_Command_Common
107
Signs a package distribution (.tar or .tgz) file with GnuPG.',
108
),
109
'makerpm' => array(
110
- 'summary' => 'Builds an RPM package from a PEAR package',
+ 'summary' => 'Builds an RPM spec file from a PEAR package',
111
'function' => 'doMakeRPM',
112
'shortcut' => 'rpm',
113
'options' => array(
0 commit comments