aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2015-10-10 21:40:00 +0200
committerMatMoul <matmoul@gmail.com>2015-10-10 21:40:00 +0200
commitb045ad2cf43693798cb4c429eb7d8d8044733425 (patch)
tree284ed1b729e86facae485a3dcb0e00ed824ef829
parentcd4965653cbe82cb6e7ff541fa82d676a8532f14 (diff)
downloadhyperfi-b045ad2cf43693798cb4c429eb7d8d8044733425.tar.lz
hyperfi-b045ad2cf43693798cb4c429eb7d8d8044733425.tar.xz
hyperfi-b045ad2cf43693798cb4c429eb7d8d8044733425.zip
Remove Help in menu.\nNo need
-rw-r--r--archfi10
1 files changed, 0 insertions, 10 deletions
diff --git a/archfi b/archfi
index 4b0d2a2..15e717c 100644
--- a/archfi
+++ b/archfi
@@ -29,8 +29,6 @@ mainmenu(){
options+=("$txtdiskpartmenu" "")
options+=("$txtselectpartsmenu" "")
options+=("" "")
- options+=("$txthelp" "")
- options+=("" "")
options+=("$txtreboot" "")
sel=$(whiptail --backtitle "$apptitle" --title "$txtmainmenu" --menu "" --cancel-button "Exit" --default-item "$nextitem" 0 0 0 \
"${options[@]}" \
@@ -113,14 +111,6 @@ setkeymap(){
fi
}
-help(){
- msg=""
- msg=$msg"Command arguments :\n"
- msg=$msg" -h --help : Show this help message\n"
- msg=$msg"\n"
- whiptail --backtitle "$apptitle" --title "$txthelp" --msgbox "$msg" 0 0
-}
-
rebootpc(){
if (whiptail --backtitle "$apptitle" --title "$txtreboot" --yesno "$txtreboot ?" --defaultno 0 0) then
clear