From 769cb332a96952b9f6b02c0cb17ebb9caae81a7d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 24 May 2019 21:18:01 -0600 Subject: [PATCH] use full parameter name --- backup_new.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup_new.sh b/backup_new.sh index 5a6a43d..cf009cd 100755 --- a/backup_new.sh +++ b/backup_new.sh @@ -250,7 +250,7 @@ done ### check pre-requisites and default values # does the details file exist? if [ ! -f "$configDetails" ]; then - badParam dne "(-c default)" "$configDetails" + badParam dne "(--details default)" "$configDetails" fi # is borg installed? command -v borg > /dev/null || \