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:
parent
ca74dcb933
commit
c0b3d5a120
1 changed files with 8 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue