From a3a0d78b44d953f2c81af6325ea93ef2ccce49b4 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 26 Feb 2016 10:21:40 +0000 Subject: [PATCH] Auto install descriptions --- functions/core_getopt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/core_getopt.sh b/functions/core_getopt.sh index 92c8897ab..ed3bd1369 100644 --- a/functions/core_getopt.sh +++ b/functions/core_getopt.sh @@ -283,6 +283,7 @@ case "$getopt" in echo -e "\e[34mconsole\t\e[0mConsole allows you to access the live view of a server." echo -e "\e[34mdebug\t\e[0mSee the output of the server directly to your terminal." echo -e "\e[34minstall\t\e[0mInstall the server." + echo -e "\e[34mauto-install\t\e[0mInstall the server, without prompts." echo -e "\e[34mmap-compressor\t\e[0mCompresses all ${gamename} server maps." } | column -s $'\t' -t esac @@ -408,6 +409,7 @@ case "$getopt" in echo -e "\e[34mconsole\t\e[0mConsole allows you to access the live view of a server." echo -e "\e[34mdebug\t\e[0mSee the output of the server directly to your terminal." echo -e "\e[34minstall\t\e[0mInstall the server." + echo -e "\e[34mauto-install\t\e[0mInstall the server, without prompts." echo -e "\e[34mmap-compressor\t\e[0mCompresses all ${gamename} server maps." } | column -s $'\t' -t esac