From: razvanm Date: Tue, 17 Mar 2009 19:31:42 +0000 (+0000) Subject: Fix a typo: eprb,PORT -> eprb,HOST. X-Git-Tag: rc_6_tinyos_2_1_1~450 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=f411cf09c919804ced7a13e1e05e6948b20ccf61 Fix a typo: eprb,PORT -> eprb,HOST. --- diff --git a/apps/tests/deluge/Blink/burn b/apps/tests/deluge/Blink/burn index dd67c5b1..69b56108 100755 --- a/apps/tests/deluge/Blink/burn +++ b/apps/tests/deluge/Blink/burn @@ -15,7 +15,7 @@ fi if [[ $# -ne 3 ]]; then echo "Usage: $0 " - echo " bsl,PORT | mib510,PORT | eprb,PORT" + echo " bsl,PORT | mib510,PORT | eprb,HOST" echo " serial@PORT:SPEED | network@HOST:PORT" echo " micaz | telosb | iris | epic" exit 2 diff --git a/apps/tests/deluge/Blink/burn-net b/apps/tests/deluge/Blink/burn-net index 8c0bc609..9225bf2d 100755 --- a/apps/tests/deluge/Blink/burn-net +++ b/apps/tests/deluge/Blink/burn-net @@ -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}