Changed the help text for location of configuration file so it is more clear and easier to copy the path.

This commit is contained in:
stormdragon2976 2023-05-01 00:26:22 -04:00
parent 1919fdd8ed
commit bd70fd8c56

View File

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