summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/flash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/flash.sh b/scripts/flash.sh
index 49adfcce2..e71108690 100644
--- a/scripts/flash.sh
+++ b/scripts/flash.sh
@@ -48,5 +48,5 @@ echo Please wait until leds stops flashing.
elif [ "$2" == "linksys" ]; then
echo Flashing 192.168.1.1 using $1...
echo -en "rexmt 1\ntrace\nbinary\nput $1\nquit\n" | tftp 192.168.1.1
-echo Please wait until power led stops flashing. Then you can login via telnet 192.168.1.1
+echo Please wait until power led stops flashing. Do not poweroff! Then you can login via telnet 192.168.1.1.
fi