Update help message in mkcert.sh to clarify usage of --remove option

This commit is contained in:
Anh Duc Le
2025-11-06 10:17:29 +07:00
parent a11d61c5a2
commit 4e41befe7b
+2 -1
View File
@@ -25,7 +25,8 @@ help_message(){
echow '-I, --install' echow '-I, --install'
echo "${EPACE}${EPACE}Install mkcert on Windows (requires Chocolatey)" echo "${EPACE}${EPACE}Install mkcert on Windows (requires Chocolatey)"
echow '-R, --remove' echow '-R, --remove'
echo "${EPACE}${EPACE}Remove certificate for a specific domain" echo "${EPACE}${EPACE}Remove certificate for a specific domain. Must be used with --domain."
echo "${EPACE}${EPACE}Example: mkcert.sh --remove --domain example.test"
echow '-H, --help' echow '-H, --help'
echo "${EPACE}${EPACE}Display help and exit" echo "${EPACE}${EPACE}Display help and exit"
exit 0 exit 0