]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
do not distinguish between windows and linux usage, assume that . is on the classpath
authorsallai <sallai>
Tue, 22 Jul 2008 21:19:19 +0000 (21:19 +0000)
committersallai <sallai>
Tue, 22 Jul 2008 21:19:19 +0000 (21:19 +0000)
apps/tests/TestSerial/README.txt

index 980ac110558b998735783b908effec2efad95380..31cba7b289bf95abe394b3598f5c87d016f9efde 100644 (file)
@@ -14,8 +14,7 @@ to the serial port at 1Hz. Upon reception of a packet, the java
 application prints the counter's value to standard out.
 
 Java Application Usage:
-  Linux: java TestSerial.class [-comm <packetsource>]
-  Windows: java TestSerial [-comm <packetsource>]
+  java TestSerial [-comm <packetsource>]
 
   If not specified, the <packetsource> defaults to sf@localhost:9001 or
   to your MOTECOM environment variable (if defined).