Remove learning mode
This commit is contained in:
parent
5375d17e37
commit
fa0dfbf254
1 changed files with 1 additions and 1 deletions
2
archfi
2
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;;
|
||||
|
|
Loading…
Reference in a new issue