From 2805f560d7c49d0ff6f0f89e2afe1a63696a9b4a Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 8 May 2021 04:24:26 -0600 Subject: [PATCH] docs: fix typos in comments, help, etc --- cfddns.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfddns.sh b/cfddns.sh index acf64e6..1caa04f 100644 --- a/cfddns.sh +++ b/cfddns.sh @@ -89,11 +89,11 @@ scriptHelp() { printf "Update CloudFlare DNS host A/AAAA records with current IP address.\n" printf "%sUsage: %s --records host.domain.tld[,host2.domain.tld,...] [parameters]%s\n\n" "$bold" "$scriptName" "$norm" textblock "The only required parameter is '--records' which is a comma-delimited list of hostnames to update. However, there are several other options which may be useful to implement." - textblock "Paramters are listed below and followed by a description of their effect. If a default value exists, it will be listed on the following line in (parentheses)." + textblock "Parameters are listed below and followed by a description of their effect. If a default value exists, it will be listed on the following line in (parentheses)." newline textblock "${magenta}--- script related parameters ---${norm}" newline - textblockSwitches "-c | --cred | --creds | --credentials | -f (deprecated, backward-compatability)" + textblockSwitches "-c | --cred | --creds | --credentials | -f (deprecated, backward-compatibility)" textblock "Path to file containing your CloudFlare *token* credentials. Please refer to the repo README for more information on format, etc." textblockDefaults "(${accountFile})" newline