From 879fc140e88aa3ff89d2f907a7aba7bf28a9f54f Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Mon, 22 Dec 2014 16:33:28 +0100 Subject: [PATCH] Document config files --- systempony | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/systempony b/systempony index 01a509c..4b4f11d 100755 --- a/systempony +++ b/systempony @@ -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()