]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/deluge/Blink/burn
Fix a typo: eprb,PORT -> eprb,HOST.
[tinyos-2.x.git] / apps / tests / deluge / Blink / burn
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