Author: bombe
Date: 2006-06-17 07:25:29 +0000 (Sat, 17 Jun 2006)
New Revision: 9251

Modified:
   trunk/freenet/src/freenet/node/TextModeClientInterfaceServer.java
Log:
fix description

Modified: trunk/freenet/src/freenet/node/TextModeClientInterfaceServer.java
===================================================================
--- trunk/freenet/src/freenet/node/TextModeClientInterfaceServer.java   
2006-06-17 06:59:36 UTC (rev 9250)
+++ trunk/freenet/src/freenet/node/TextModeClientInterfaceServer.java   
2006-06-17 07:25:29 UTC (rev 9251)
@@ -56,7 +56,7 @@
                                new TMCIBindtoCallback(node));
                TMCIConfig.register("allowedHosts", "127.0.0.1", 2, true, 
"Allowed hosts", "Hostnames or IP addresses that are allowed to connect to the 
TMCI. May be a comma-separated list of hostnames, single IPs and even CIDR 
masked IPs like 192.168.0.0/24",
                                new TMCIAllowedHostsCallback(node));
-               TMCIConfig.register("port", 2323, 1, true, "Testnet port", 
"Testnet port number",
+               TMCIConfig.register("port", 2323, 1, true, "Telnet port", 
"Telnet port number",
                        new TCMIPortNumberCallback(node));
                TMCIConfig.register("directEnabled", false, 1, true, "Enable on 
stdout/stdin?", "Enable text mode client interface on standard input/output? 
(.enabled refers to providing a telnet-style server, this runs it over a 
socket)",
                                new TMCIDirectEnabledCallback(node));


Reply via email to