From 0a09613c3e0b00df34c416cf49cf4a2c827c0994 Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Fri, 18 Sep 2015 19:51:31 +1000 Subject: [PATCH] Rename upgrade command to upgrade-tools --- tools/arkmanager | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/arkmanager b/tools/arkmanager index 33c52b6..5d8ac61 100755 --- a/tools/arkmanager +++ b/tools/arkmanager @@ -1104,7 +1104,7 @@ while true; do status) printStatus ;; - upgrade) + upgrade-tools) doUpgrade ;; useconfig) @@ -1134,7 +1134,7 @@ while true; do echo "update --warn Warn players before updating server" echo "update --validate Validates all ARK server files" 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 Use the configuration overrides in the specified config name or file" exit 1 ;;