Ignore:
Timestamp:
11/11/11 13:17:43 (19 months ago)
Author:
BrainSlayer
Message:

update proftp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/proftpd/doc/howto/ListOptions.html

    r14672 r17876  
    1 <!-- $Id: ListOptions.html,v 1.4 2009/05/01 15:47:33 castaglia Exp $ --> 
     1<!-- $Id: ListOptions.html,v 1.5 2010/06/19 20:45:21 castaglia Exp $ --> 
    22<!-- $Source: /cvsroot/proftp/proftpd/doc/howto/ListOptions.html,v $ --> 
    33 
     
    3131  <li><dt>-C</dt> 
    3232      <dd>List entries by columns</dd> 
     33  <li><dt>-c<dt> 
     34      <dd>Sort by file status change time when <code>-t</code> is also used</dd> 
    3335  <li><dt>-d</dt> 
    3436      <dd>List directory entries instead of directory contents</dd> 
     
    5052      <dd>Sort by file size</dd> 
    5153  <li><dt>-t</dt> 
    52       <dd>Sort by modification time</dd> 
     54      <dd>Sort by file modification time</dd> 
     55  <li><dt>-u<dt> 
     56      <dd>Sort by file access time when <code>-t</code> is also used</dd> 
    5357</ul> 
    5458 
     
    131135<p> 
    132136<hr> 
    133 <i>$Date: 2009/05/01 15:47:33 $</i><br> 
     137<i>$Date: 2010/06/19 20:45:21 $</i><br> 
    134138 
    135139</body> 
Note: See TracChangeset for help on using the changeset viewer.