summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-08-22 00:34:15 +0100
committerLeah Rowe <leah@libreboot.org>2023-08-22 00:34:15 +0100
commit04ee26726af5f09dc47efc95d853341201019f5a (patch)
tree68d385ed3cafcc6851d5839624f65ffc157c0b66 /resources
parent62f23123cb2a5ef594f405053d0b111c6e01de87 (diff)
also clean up the main scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/handle/config/file2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/handle/config/file b/resources/scripts/handle/config/file
index bbd0ff0c..b8f9bea0 100755
--- a/resources/scripts/handle/config/file
+++ b/resources/scripts/handle/config/file
@@ -63,7 +63,7 @@ main()
project="${OPTARG}"
shift
done
- [ -z "${mode}" ] && err "mode not given (-m menuconfig or -u oldconfig)"
+ [ -z "${mode}" ] && err "mode not given (-m, -u or -b)"
elfdir="elf/${project}"