Rename upgrade command to upgrade-tools

This commit is contained in:
Ben Peddell 2015-09-18 19:51:31 +10:00
parent 2a3a2cc1aa
commit 0a09613c3e

View File

@ -1104,7 +1104,7 @@ while true; do
status) status)
printStatus printStatus
;; ;;
upgrade) upgrade-tools)
doUpgrade doUpgrade
;; ;;
useconfig) useconfig)
@ -1134,7 +1134,7 @@ while true; do
echo "update --warn Warn players before updating server" echo "update --warn Warn players before updating server"
echo "update --validate Validates all ARK server files" echo "update --validate Validates all ARK server files"
echo "update --update-mods Updates installed and requested mods" echo "update --update-mods Updates installed and requested mods"
echo "upgrade Check for a new ARK Server Tools version and upgrades it if needed" echo "upgrade-tools Check for a new ARK Server Tools version and upgrades it if needed"
echo "useconfig <name> Use the configuration overrides in the specified config name or file" echo "useconfig <name> Use the configuration overrides in the specified config name or file"
exit 1 exit 1
;; ;;