mirror of
https://gitlab.com/mattia.basaglia/ASCII-Pony.git
synced 2024-11-22 04:07:59 +01:00
Document config files
This commit is contained in:
parent
eaac3ee344
commit
879fc140e8
1 changed files with 7 additions and 1 deletions
|
@ -130,8 +130,14 @@ function help()
|
|||
echo -e "\t\tThis option supports multiples IDs separated by commas, spaces or colons."
|
||||
echo -e "\t\tAvailable IDs:"
|
||||
declare -F | grep ponyget_ | sed "s/declare -f ponyget_/\t\t * /"
|
||||
echo
|
||||
|
||||
title CONFIGURATION
|
||||
echo -e "\tYou can override $(bold PONY) and $(bold INFO) in the config files."
|
||||
echo -e "\tConfiguration files:"
|
||||
echo -e "\t * $(underline PREFIX)$(bold /share/ascii-pony/systempony.conf) (system)"
|
||||
echo -e "\t * $(bold ~/.systempony) (user)"
|
||||
|
||||
echo
|
||||
}
|
||||
|
||||
function select_info()
|
||||
|
|
Loading…
Reference in a new issue