From fa0dfbf2549b97cccbc99ee2b05ccf40e475d771 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 10 Oct 2015 22:11:12 +0200 Subject: [PATCH] Remove learning mode --- archfi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archfi b/archfi index d52c0d0..ddcb54e 100644 --- a/archfi +++ b/archfi @@ -1186,7 +1186,7 @@ while (( "$#" )); do case $1 in -h|--help) help exit 0;; - -l|--learning) whiptail --backtitle "$apptitle" --title "" --msgbox "Sorry, learning mode will not be avaible" 0 0;; + -l|--learning) whiptail --backtitle "$apptitle" --title "" --msgbox "Sorry, learning mode will not be avaible\n\nToo hard to maintain." 0 0;; --chroot) chroot=1 command=$2 args=$3;;