From e617da5aaedfce95534a0c06611a224e2180f9e4 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Mon, 25 Nov 2002 23:16:16 +0000 Subject: [PATCH] * more accurate description of "makerpm" command --- pear/PEAR/Command/Package.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Command/Package.php b/pear/PEAR/Command/Package.php index 49b0d92328..f82bff2c34 100644 --- a/pear/PEAR/Command/Package.php +++ b/pear/PEAR/Command/Package.php @@ -107,7 +107,7 @@ List all depencies the package has.' Signs a package distribution (.tar or .tgz) file with GnuPG.', ), 'makerpm' => array( - 'summary' => 'Builds an RPM package from a PEAR package', + 'summary' => 'Builds an RPM spec file from a PEAR package', 'function' => 'doMakeRPM', 'shortcut' => 'rpm', 'options' => array( -- 2.50.1