From fa9110b4850e2fd6736227d47f8af142ed9a4e12 Mon Sep 17 00:00:00 2001 From: hayao Date: Sat, 27 Jun 2020 14:15:44 +0900 Subject: [PATCH] [update] : Added -j messages. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 7547eb2e..f0c78e5e 100755 --- a/build.sh +++ b/build.sh @@ -1237,8 +1237,8 @@ while :; do exit 0 ;; -j | --japanese) - japanese=true - shift 1 + _msg_error "This option is obsolete in AlterISO 3." + _msg_error "To use Japanese, use \"-g ja_JP.UTF-8\"." '1' ;; -k | --kernel) if [[ -n $(cat ${script_path}/system/kernel_list-${arch} | grep -h -v ^'#' | grep -x "${2}") ]]; then -- 2.11.0