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:
parent
1919fdd8ed
commit
bd70fd8c56
@ -414,7 +414,8 @@ help() {
|
|||||||
done | sort
|
done | sort
|
||||||
echo
|
echo
|
||||||
echo "Some settings that are often used can be stored in a settings.conf file."
|
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 "The syntax is variable=\"value\""
|
||||||
echo
|
echo
|
||||||
echo "noCache=\"true\" # Do not keep downloaded items in the cache."
|
echo "noCache=\"true\" # Do not keep downloaded items in the cache."
|
||||||
|
Loading…
Reference in New Issue
Block a user