diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-24 17:42:58 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-24 17:42:58 +0100 |
commit | c9f26dbc94980c6fb094b72470f06ec1828fed88 (patch) | |
tree | 03ea849f777bc8e57fae28bb4791ad598588dfa7 /script/roms | |
parent | 9484eda5a710e3eeaa7c67eeac26afdb3fa7840f (diff) |
roms: make the bin/elf message more polite
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/roms')
-rwxr-xr-x | script/roms | 2 |
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() |