From c9f26dbc94980c6fb094b72470f06ec1828fed88 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 24 Jun 2024 17:42:58 +0100 Subject: roms: make the bin/elf message more polite Signed-off-by: Leah Rowe --- script/roms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/roms') 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() -- cgit v1.2.1