]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix a typo: eprb,PORT -> eprb,HOST.
authorrazvanm <razvanm>
Tue, 17 Mar 2009 19:31:42 +0000 (19:31 +0000)
committerrazvanm <razvanm>
Tue, 17 Mar 2009 19:31:42 +0000 (19:31 +0000)
apps/tests/deluge/Blink/burn
apps/tests/deluge/Blink/burn-net

index dd67c5b13803de08045e4e107e086116817df4ad..69b561080e666be344ec3dd5d5dc44b08c4e0da4 100755 (executable)
@@ -15,7 +15,7 @@ fi
 
 if [[ $# -ne 3 ]]; then
   echo "Usage: $0 <prog_source> <comm_source> <platform>"
-  echo "  <prog_source> bsl,PORT | mib510,PORT | eprb,PORT"
+  echo "  <prog_source> bsl,PORT | mib510,PORT | eprb,HOST"
   echo "  <comm_source> serial@PORT:SPEED | network@HOST:PORT"
   echo "  <platform>    micaz | telosb | iris | epic"
   exit 2
index 8c0bc609a041a353bfcc6d1640f2a0c47642cfc1..9225bf2d0fd7d9cda0ef6b1d5e5e4f3777d0158d 100755 (executable)
@@ -44,7 +44,7 @@ ID=0
 
 function burn_one() {
     ID=`expr $ID + 1`
-    echo -n ">>> Please plug mote $ID and type the programming sorce (bsl,PORT | mib510,PORT | eprb,PORT): "
+    echo -n ">>> Please plug mote $ID and type the programming sorce (bsl,PORT | mib510,PORT | eprb,HOST): "
     read PORT
 
     CFLAGS=$1 make ${PLATFORM} install,$ID ${PORT}