echo"-U | Update all applications, ignores versions"
echo"-u | Update all applications, does not update Major releases"
echo"-b | Back-up your ix-applications dataset, specify a number after -b"
echo"-i | Add application to ignore list, one by one, see example below."
echo"-r | Roll-back applications if they fail to update"
echo"-S | Shutdown applications prior to updating"
echo"-v | verbose output"
echo"-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"-s | sync catalog"
echo"-p | Prune unused/old docker images"
echo
echo"Example: -u 3 -b 14 -rSvsp -i nextcloud"
read -rt 600 -p "Please type the flags you wish, with options above: " update_selection