svn: /pear/peardoc/trunk/en/guide/users/commandline/ commands.xml
[email protected] (Matthew Fonda) Wed, 20 Feb 2013 21:19:03 +0000
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
--984f7ec2b903961870980d67c7233ef8619e31fe
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
mfonda Wed, 20 Feb 2013 21:19:03 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=329525
Log:
Apply patch from tyrael adding missing command line options (fixes bug #19824)
Bug: http://pear.php.net/bugs/19824 (unknown)
Changed paths:
U pear/peardoc/trunk/en/guide/users/commandline/commands.xml
Modified: pear/peardoc/trunk/en/guide/users/commandline/commands.xml
===================================================================
--- pear/peardoc/trunk/en/guide/users/commandline/commands.xml 2013-02-20 19:19:16 UTC (rev 329524)
+++ pear/peardoc/trunk/en/guide/users/commandline/commands.xml 2013-02-20 21:19:03 UTC (rev 329525)
@@ -64,6 +64,18 @@
</row>
<row>
+ <entry>channel-login</entry>
+
+ <entry>Connects and authenticates to remote channel server ( PEAR 1.8+)</entry>
+ </row>
+
+ <row>
+ <entry>channel-logout</entry>
+
+ <entry>Logs out from the remote channel server ( PEAR 1.8+)</entry>
+ </row>
+
+ <row>
<entry>channel-update</entry>
<entry>Update an existing channel (PEAR 1.4+)</entry>
@@ -126,9 +138,9 @@
</row>
<row>
- <entry>svntag</entry>
+ <entry>cvstag</entry>
- <entry>Set a SVN release tag</entry>
+ <entry>Set CVS Release Tag</entry>
</row>
<row>
@@ -200,14 +212,13 @@
<row>
<entry>login</entry>
- <entry>Connects and authenticates to the remote PEAR
- server</entry>
+ <entry>Connects and authenticates to remote server [Deprecated in favor of channel-login]</entry>
</row>
<row>
<entry>logout</entry>
- <entry>Logs out from the remote PEAR server</entry>
+ <entry>Logs out from the remote server [Deprecated in favor of channel-logout]</entry>
</row>
<row>
@@ -235,6 +246,12 @@
</row>
<row>
+ <entry>pickle</entry>
+
+ <entry>Build PECL Package</entry>
+ </row>
+
+ <row>
<entry>remote-info</entry>
<entry>Information about remote packages</entry>
@@ -280,6 +297,12 @@
</row>
<row>
+ <entry>svntag</entry>
+
+ <entry>Set a SVN release tag</entry>
+ </row>
+
+ <row>
<entry>uninstall</entry>
<entry>Uninstall and remove a package</entry>
--984f7ec2b903961870980d67c7233ef8619e31fe--