From: sallai Date: Tue, 22 Jul 2008 21:19:19 +0000 (+0000) Subject: do not distinguish between windows and linux usage, assume that . is on the classpath X-Git-Tag: release_tinyos_2_1_0_0~46 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=641fd748738de4f14d9ec362d456fdaffc5fbb65 do not distinguish between windows and linux usage, assume that . is on the classpath --- diff --git a/apps/tests/TestSerial/README.txt b/apps/tests/TestSerial/README.txt index 980ac110..31cba7b2 100644 --- a/apps/tests/TestSerial/README.txt +++ b/apps/tests/TestSerial/README.txt @@ -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 ] - Windows: java TestSerial [-comm ] + java TestSerial [-comm ] If not specified, the defaults to sf@localhost:9001 or to your MOTECOM environment variable (if defined).