From: hayao Date: Thu, 16 Apr 2020 01:38:53 +0000 (+0900) Subject: [update] : Added messages. X-Git-Tag: beta3-alpha3~201 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8e16c6e5361863dbcc0ce97a61aa3c30d14570da;p=alterlinux%2Falterlinux.git [update] : Added messages. --- diff --git a/wizard.sh b/wizard.sh index cbbfe716..e11e6577 100755 --- a/wizard.sh +++ b/wizard.sh @@ -6,8 +6,14 @@ nobuild=false while getopts 'xn' arg; do case "${arg}" in - n) nobuild=true ;; - x) set -x ;; + n) + nobuild=true + echo "シミュレーションモードを有効化しました" + ;; + x) + set -x + echo "デバッグモードを有効化しました" + ;; esac done