From 11a9935c099b384cd9835b36f019c4058e29e2ce Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Mon, 1 Aug 2022 14:16:54 -0600 Subject: [PATCH] Ignore description in menu --- functions/menu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/menu.sh b/functions/menu.sh index 8800dd6c..22e4ac76 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -116,7 +116,7 @@ case $selection in echo "Update Options" echo "--------------" echo "1) -r | Roll-back applications if they fail to update" - echo "2) -i | Add application to ignore list, one by one, see example below." + echo "2) -i | Add application to ignore list" echo "3) -S | Shutdown applications prior to updating" echo "4) -v | verbose output" echo "5) -t | Set a custom timeout in seconds when checking if either an App or Mountpoint correctly Started, Stopped or (un)Mounted. Defaults to 500 seconds" @@ -218,4 +218,4 @@ case $selection in esac echo } -export -f menu \ No newline at end of file +export -f menu