diff options
author | MatMoul <matmoul@gmail.com> | 2015-10-10 22:11:12 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2015-10-10 22:11:12 +0200 |
commit | fa0dfbf2549b97cccbc99ee2b05ccf40e475d771 (patch) | |
tree | f65b4a02b0e7a9ed115c8dfa5c131e453375d7ef | |
parent | 5375d17e37570e1a158c8420c2c0eadebb2f178c (diff) | |
download | hyperfi-fa0dfbf2549b97cccbc99ee2b05ccf40e475d771.tar.lz hyperfi-fa0dfbf2549b97cccbc99ee2b05ccf40e475d771.tar.xz hyperfi-fa0dfbf2549b97cccbc99ee2b05ccf40e475d771.zip |
Remove learning mode
-rw-r--r-- | archfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;; |