Changeset 3f10fad


Ignore:
Timestamp:
2010-08-25T21:37:57Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b0a89cc, b78c4b9
Parents:
3cd4016
Message:

The "transfers" command was renamed to "transfer" but this wasn't reflected
in the docs so far.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    r3cd4016 r3f10fad  
    14641464        </bitlbee-command>
    14651465       
    1466         <bitlbee-command name="transfers">
     1466        <bitlbee-command name="transfer">
    14671467                <short-description>Monitor, cancel, or reject file transfers</short-description>
    1468                 <syntax>transfers [&lt;cancel&gt; id | &lt;reject&gt;]</syntax>
     1468                <syntax>transfer [&lt;cancel&gt; id | &lt;reject&gt;]</syntax>
    14691469               
    14701470                <description>
    14711471                        <para>
    1472                                 Without parameters the currently pending file transfers and their status will be listed. Available actions are <emphasis>cancel</emphasis> and <emphasis>reject</emphasis>. See <emphasis>help transfers &lt;action&gt;</emphasis> for more information.
     1472                                Without parameters the currently pending file transfers and their status will be listed. Available actions are <emphasis>cancel</emphasis> and <emphasis>reject</emphasis>. See <emphasis>help transfer &lt;action&gt;</emphasis> for more information.
    14731473                        </para>
    14741474
    14751475                        <ircexample>
    1476                                 <ircline nick="ulim">transfers</ircline>
     1476                                <ircline nick="ulim">transfer</ircline>
    14771477                        </ircexample>
    14781478                </description>
     
    14801480                <bitlbee-command name="cancel">
    14811481                        <short-description>Cancels the file transfer with the given id</short-description>
    1482                         <syntax>transfers &lt;cancel&gt; id</syntax>
     1482                        <syntax>transfer &lt;cancel&gt; id</syntax>
    14831483
    14841484                        <description>
     
    14871487
    14881488                        <ircexample>
    1489                                 <ircline nick="ulim">transfers cancel 1</ircline>
     1489                                <ircline nick="ulim">transfer cancel 1</ircline>
    14901490                                <ircline nick="root">Canceling file transfer for test</ircline>
    14911491                        </ircexample>
     
    14941494                <bitlbee-command name="reject">
    14951495                        <short-description>Rejects all incoming transfers</short-description>
    1496                         <syntax>transfers &lt;reject&gt;</syntax>
     1496                        <syntax>transfer &lt;reject&gt;</syntax>
    14971497
    14981498                        <description>
     
    15011501
    15021502                        <ircexample>
    1503                                 <ircline nick="ulim">transfers reject</ircline>
     1503                                <ircline nick="ulim">transfer reject</ircline>
    15041504                        </ircexample>
    15051505                </bitlbee-command>
Note: See TracChangeset for help on using the changeset viewer.