Revision: 1244
Author: g.rodola
Date: Sun Jan 19 11:44:10 2014 UTC
Log: fix typo
http://code.google.com/p/pyftpdlib/source/detail?r=1244
Modified:
/trunk/pyftpdlib/__main__.py
=======================================
--- /trunk/pyftpdlib/__main__.py Sun Dec 8 21:40:25 2013 UTC
+++ /trunk/pyftpdlib/__main__.py Sun Jan 19 11:44:10 2014 UTC
@@ -67,7 +67,7 @@
help="specify the interface to run on (default all "
"interfaces)")
parser.add_option('-p', '--port', type="int", default=2121,
metavar="PORT",
- help="specify port number to run on (default 21)")
+ help="specify port number to run on (default 2121)")
parser.add_option('-w', '--write', action="store_true", default=False,
help="grants write access for the anonymous user "
"(default read-only)")