Ignore description in menu
This commit is contained in:
parent
8d782e880b
commit
11a9935c09
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user