From bd70fd8c5676927dadd9dbe64cb3ddb9e88f601d Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Mon, 1 May 2023 00:26:22 -0400 Subject: [PATCH] Changed the help text for location of configuration file so it is more clear and easier to copy the path. --- audiogame-manager.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 4a504cc..9cc6f94 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -414,7 +414,8 @@ help() { done | sort echo echo "Some settings that are often used can be stored in a settings.conf file." - echo "If wanted, place it at ${configFile%/*}/settings.conf." + echo "If wanted, place it at the following location:" + echo "${configFile%/*}/settings.conf" echo "The syntax is variable=\"value\"" echo echo "noCache=\"true\" # Do not keep downloaded items in the cache."