Author: sebb
Date: Thu Jun 18 22:33:55 2015
New Revision: 1686334

URL: http://svn.apache.org/r1686334
Log:
Order

Modified:
    commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java

Modified: 
commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java?rev=1686334&r1=1686333&r2=1686334&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java 
(original)
+++ commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java 
Thu Jun 18 22:33:55 2015
@@ -67,8 +67,8 @@ public final class FTPClientExample
         "\t-l - list files using LIST (remote is used as the pathname if 
provided)\n" +
         "\t     Files are listed twice: first in raw mode, then as the 
formatted parsed data.\n" +
         "\t     N.B. if the wrong server-type is used, output may be lost. Use 
-U or -S as necessary.\n" +
-        "\t-m - list file details using MDTM (remote is used as the pathname 
if provided)\n" +
         "\t-L - use lenient future dates (server dates may be up to 1 day into 
future)\n" +
+        "\t-m - list file details using MDTM (remote is used as the pathname 
if provided)\n" +
         "\t-n - list file names using NLST (remote is used as the pathname if 
provided)\n" +
         "\t-p true|false|protocol[,true|false] - use FTPSClient with the 
specified protocol and/or isImplicit setting\n" +
         "\t-s - store file on server (upload)\n" +


Reply via email to