From 2fb24ef547e65fb15a8af483054bbdc0dfb0e925 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Thu, 9 Aug 2018 14:45:21 -0400 Subject: [PATCH] Corrected verbiage --- ant_launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ant_launcher.sh b/ant_launcher.sh index f20cd42..b46e569 100755 --- a/ant_launcher.sh +++ b/ant_launcher.sh @@ -3,7 +3,7 @@ # Run the game server echo "" echo "Running the game server. Press CTRL + C to shut it down or" -echo "CTRL + A + D to detached the screen so this runs in the background." +echo "CTRL + A + D to detach the screen so this continues in the background." echo "" echo "Console output is being saved to gameserver.log" echo ""