From 368f4bb5fc4be81927ad13fa135d69d9cf4225cc Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 14 Sep 2020 16:29:53 -0600 Subject: [PATCH] fixed typo --- ab-openldap/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ab-openldap/backup.sh b/ab-openldap/backup.sh index f2233e6..872486d 100755 --- a/ab-openldap/backup.sh +++ b/ab-openldap/backup.sh @@ -137,7 +137,7 @@ scriptHelp () { textblock "${bold}*** Common parameters ***${norm}" printf "\n" textblock "${cyan}-l, --log ${yellow}(scriptPath/scriptName.log)${norm}" - textblock "FULL path to write log file. If you supply a path ending with a slash ('/') it will be assumed you mean a directory and the log file will be written to that directory using the format 'path/scriptname.log'. If you supply only a filename (no slashes anywhere), it will assumed you want to save the log using that name in the script directory. The script will attempt to create any provided paths/directories if they do not exist." + textblock "FULL path to write log file. If you supply a path ending with a slash ('/') it will be assumed you mean a directory and the log file will be written to that directory using the format 'path/scriptname.log'. If you supply only a filename (no slashes anywhere), it will be assumed you want to save the log using that name in the script directory. The script will attempt to create any provided paths/directories if they do not exist." printf "\n" textblock "${cyan}-o, --output ${yellow}(scriptPath/)${norm}" textblock "Location where the output files should be saved on this machine. You should only specify a *directory* here (trailing slash optional). File names are automatic and cannot be changed via this script. All restore operations will create a 'restore' subdirectory in this specified directory."