summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-24 17:42:58 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-24 17:42:58 +0100
commitc9f26dbc94980c6fb094b72470f06ec1828fed88 (patch)
tree03ea849f777bc8e57fae28bb4791ad598588dfa7
parent9484eda5a710e3eeaa7c67eeac26afdb3fa7840f (diff)
roms: make the bin/elf message more polite
Signed-off-by: Leah Rowe <leah@libreboot.org>
-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()