summaryrefslogtreecommitdiff
path: root/script/roms
diff options
context:
space:
mode:
Diffstat (limited to 'script/roms')
-rwxr-xr-xscript/roms2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/roms b/script/roms
index 76b860cf..16eaf0a3 100755
--- a/script/roms
+++ b/script/roms
@@ -64,7 +64,7 @@ main()
[ -z "$ser" ] && [ -z "$targets" ] && $err "No images were compiled"
[ -z "$ser" ] && printf "ROMs built in bin/ for: %s\n" "${targets#, }"
- printf "DO NOT flash from elf/ - use bin/ - ALSO:\n%s\n" "$kbnotice"
+ printf "Please flash from bin/, NOT elf/ - ALSO:\n%s\n" "$kbnotice"
}
mkserprogfw()