Give details what encryption key is

This commit is contained in:
Johannes
2016-11-13 11:49:09 +01:00
parent 3e0d6f698e
commit 4248776c16
+1 -1
View File
@@ -58,7 +58,7 @@ elif [[ \
fi
if [[ -z "${encryptionKey}" ]]; then
echo "--encryption-key is required"
echo "--encryption-key for backup encryption is required"
exit 1
fi