From 04ee26726af5f09dc47efc95d853341201019f5a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 22 Aug 2023 00:34:15 +0100 Subject: also clean up the main scripts Signed-off-by: Leah Rowe --- resources/scripts/handle/config/file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/scripts/handle/config/file') 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}" -- cgit v1.2.1