summaryrefslogtreecommitdiffstats
path: root/flash
diff options
context:
space:
mode:
Diffstat (limited to 'flash')
-rwxr-xr-xflash2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash b/flash
index b1df925..d323844 100755
--- a/flash
+++ b/flash
@@ -104,7 +104,7 @@ if [ "${mode}" = "i945lenovo_firstflash" ] || [ "${mode}" = "i945lenovo_secondfl
# anti-bricking precaution
if [ ! -f "${bucts}" ]; then
- printf "bucts binary not present. ABORTING so as to protect against bricking the machine.\n"
+ printf "bucts binary not present. ABORTING so as to protect against bricking the system.\n"
exit 1
fi