| Package home | Report new bug | New search | Development Roadmap | Status: Open | Feedback | All | Closed Since Version 1.9.4 |
| Bug #11348 | pear package-dependencies isn't well explained | ||
|---|---|---|---|
| Submitted: | 2007-06-18 06:41 UTC | Modified: | 2009-08-02 12:44 UTC |
| From: | doconnor | Assigned: | dufuz |
| Status: | Closed | Package: | PEAR (version 1.7.1) |
| PHP Version: | 5.2.3 | OS: | |
| Roadmaps: | 1.9.0 | ||
| Patch | Package.php | Revisions | |
|---|---|---|---|
| Revision | 2009-07-02 00:50 UTC | ||
| Developer | doconnor | ||
| Download patch |
--- C:/php/PEAR/PEAR/Command/Package2.php Thu Jul 2 09:20:28 2009
+++ C:/php/PEAR/PEAR/Command/Package.php Thu Jul 2 09:20:12 2009
@@ -176,8 +176,8 @@
'function' => 'doPackageDependencies',
'shortcut' => 'pd',
'options' => array(),
- 'doc' => '
-List all dependencies the package has.'
+ 'doc' => '<package-file>
+List all dependencies the package has (either package.xml or a .tar.gz).'
),
'sign' => array(
'summary' => 'Sign a package distribution file',