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."