Skip to content

Commit

Permalink
Improve command line docs
Browse files Browse the repository at this point in the history
Fix broken tests


git-svn-id: https://svn.php.net/repository/pear/packages/PEAR_Command_Packaging/trunk@282888 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
timjackson committed Jun 27, 2009
1 parent 4640c18 commit 50a38ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packaging.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class PEAR_Command_Packaging extends PEAR_Command_Common
'rpm-depname' => array(
'shortopt' => 'd',
'arg' => 'FORMAT',
'doc' => 'Use FORMAT as format string for RPM package name. Substitutions
'doc' => 'Use FORMAT as format string for naming RPM dependencies. Substitutions
are as for the --rpm-pkgname option. Defaults to be the same as
the format defined by the --rpm-pkgname option.',
),
Expand Down Expand Up @@ -197,7 +197,7 @@ class PEAR_Command_Packaging extends PEAR_Command_Common
* printf format. The first '%s' is the RPM header name followed by a colon,
* the second is the header value.
*/
var $_spec_line_format = '%-16s%s';
var $_spec_line_format = '%s %s';

// ------------------------------------------------------------------------
// --- END DISTRIBUTION CONFIG
Expand Down

0 comments on commit 50a38ba

Please sign in to comment.