From e348278cac910d34e0415fbe9208b802ceecc887 Mon Sep 17 00:00:00 2001 From: Rodzyn Date: Sun, 28 Jun 2015 13:34:59 +0200 Subject: [PATCH] Fixed missing terminating quotation mark. --- tools/arkmanager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/arkmanager b/tools/arkmanager index afdc3d2..e02ee11 100755 --- a/tools/arkmanager +++ b/tools/arkmanager @@ -354,7 +354,7 @@ case "$1" in echo "update Check for a new ARK server version, if needed, stops the server, updates it, and starts it again" echo "forceupdate Apply update without check the current version" echo "checkupdate Check for a new ARK server version" - echo "safeupdate Wait for server to perform world save and update. + echo "safeupdate Wait for server to perform world save and update." echo "boradcast PLACEHOLDER, not supported yet" echo "status Returns the status of the current ARK server instance" ;;