Author: robert
Date: 2008-01-04 03:18:41 +0000 (Fri, 04 Jan 2008)
New Revision: 16874
Modified:
trunk/freenet/src/freenet/node/TextModeClientInterface.java
Log:
trivial
Modified: trunk/freenet/src/freenet/node/TextModeClientInterface.java
===================================================================
--- trunk/freenet/src/freenet/node/TextModeClientInterface.java 2008-01-04
02:36:37 UTC (rev 16873)
+++ trunk/freenet/src/freenet/node/TextModeClientInterface.java 2008-01-04
03:18:41 UTC (rev 16874)
@@ -180,7 +180,7 @@
sb.append("PEERS - report tab delimited list of peers with name,
ip+port, identity, location, status and idle time in seconds\r\n");
sb.append("NAME:<new node name> - change the node's name.\r\n");
sb.append("UPDATE ask the node to self-update if possible. \r\n");
- sb.append("FILTER: \\r\\n<text, until a . on a line by itself> -
output the content as it returns from the content filter");
+ sb.append("FILTER: \\r\\n<text, until a . on a line by itself> -
output the content as it returns from the content filter\r\n");
// sb.append("SUBFILE:<filename> - append all data received from
subscriptions to a file, rather than sending it to stdout.\r\n");
// sb.append("SAY:<text> - send text to the last created/pushed
stream\r\n");
sb.append("STATUS - display some status information on the node
including its reference and connections.\r\n");