Skip to content

Commit e617da5

Browse files
committed
* more accurate description of "makerpm" command
1 parent 6f1c21a commit e617da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pear/PEAR/Command/Package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class PEAR_Command_Package extends PEAR_Command_Common
107107
Signs a package distribution (.tar or .tgz) file with GnuPG.',
108108
),
109109
'makerpm' => array(
110-
'summary' => 'Builds an RPM package from a PEAR package',
110+
'summary' => 'Builds an RPM spec file from a PEAR package',
111111
'function' => 'doMakeRPM',
112112
'shortcut' => 'rpm',
113113
'options' => array(

0 commit comments

Comments
 (0)