Ignore description in menu

This commit is contained in:
Heavybullets8 2022-08-01 14:16:54 -06:00 committed by GitHub
parent 8d782e880b
commit 11a9935c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ case $selection in
echo "Update Options" echo "Update Options"
echo "--------------" echo "--------------"
echo "1) -r | Roll-back applications if they fail to update" 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 "3) -S | Shutdown applications prior to updating"
echo "4) -v | verbose output" 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" 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 esac
echo echo
} }
export -f menu export -f menu