From a09dac147a67ec05c168f4c86f7c27e2ec379394 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 25 Sep 2018 18:24:06 -0600 Subject: [PATCH] Updated help text --- cfddns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfddns.sh b/cfddns.sh index 362c07a..29faba6 100755 --- a/cfddns.sh +++ b/cfddns.sh @@ -35,7 +35,7 @@ echo -e "\tmachine's IP6 address can be correctly detected externally." echo -e "-h\tDisplay this help page" echo -e "-x\tDisplay script examples" echo -e "-l\tLocation for log file output" -echo -e "\tDefault: scriptname.ext.log in same directory as this script" +echo -e "\tDefault: scriptname.log in same directory as this script" echo -e "\n\e[1;39mExamples:" echo -e "\e[0;39mRun \e[1;36m$(basename ${0}) \e[1;92m-x\e[0m\n" echo -e "\n"