From: sam lt Date: Fri, 4 Jun 2021 12:37:30 +0000 (+0000) Subject: fix 2 minor typos X-Git-Tag: 4.4.0~2 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/507be5f97be283db761fdf28f0e403e582fa1186?ds=sidebyside fix 2 minor typos --- diff --git a/script.php b/script.php index 4926a1c..d3d5868 100644 --- a/script.php +++ b/script.php @@ -381,9 +381,9 @@ if [ "$1" == "send" ]; then echo echo "Download via API:" if [[ $key_code ]]; then - echo " ${0} get ${url}${apipage}?h=$code&k=$key_code [PASSWORD}" + echo " ${0} get ${url}${apipage}?h=$code&k=$key_code [PASSWORD]" else - echo " ${0} get ${url}${apipage}?h=$code [PASSWORD}" + echo " ${0} get ${url}${apipage}?h=$code [PASSWORD]" fi echo "Delete via API:" echo " ${0} delete \"${url}${downloadpage}?h=$code&d=$del_code\""