OSDN Git Service

[fix] : Fixed --japanese option.
authorhayao <shun819.mail@gmail.com>
Fri, 25 Sep 2020 13:29:58 +0000 (22:29 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 25 Sep 2020 13:29:58 +0000 (22:29 +0900)
Fixed #197

allarch.sh
build.sh

index 9dc9fc3..ede430b 100755 (executable)
@@ -1327,7 +1327,7 @@ while :; do
             exit 0
             ;;
         -j | --japanese)
-            msg_error "This option is obsolete in AlterISO 3. To use Japanese, use \"-g ja\"." "1"
+            msg_error "This option is obsolete in AlterISO 3. To use Japanese, use \"-l ja\"." "1"
             ;;
         -k | --kernel)
             kernel="${2}"
index 3234fca..13fe814 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1372,7 +1372,7 @@ while :; do
             exit 0
             ;;
         -j | --japanese)
-            msg_error "This option is obsolete in AlterISO 3. To use Japanese, use \"-g ja\"." "1"
+            msg_error "This option is obsolete in AlterISO 3. To use Japanese, use \"-l ja\"." "1"
             ;;
         -k | --kernel)
             kernel="${2}"