1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 23:38:06 +02:00

Add usage help to bin/upgrade

This commit is contained in:
Shane Kilkelly 2020-07-14 14:02:53 +01:00
parent ca74dcb933
commit c0b3d5a120

View file

@ -4,6 +4,14 @@ set -euo pipefail
function usage() {
echo "Usage: bin/upgrade"
echo ""
echo "This script will check for updates to the toolkit code (via git),"
echo "and offer to pull the new changes. It will then check the latest"
echo "available version of the docker image, and offer to update the"
echo "locally configured image (in config/image) if applicable"
echo ""
echo "This script will prompt the user for confirmation at"
echo "each step along the way."
}
function services_up() {