]> 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 5622fdfc32906a5d77c11b9e4ff894174cd90df2..69b561080e666be344ec3dd5d5dc44b08c4e0da4 100755 (executable)
@@ -13,9 +13,9 @@ then
   exit 2
 fi
 
-if [[ $# -ne 2 && $# -ne 3 ]]; then
+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