From 4e41befe7be9d0a55f0214eb3691238e8bcacbcf Mon Sep 17 00:00:00 2001 From: Anh Duc Le Date: Thu, 6 Nov 2025 10:17:29 +0700 Subject: [PATCH] Update help message in mkcert.sh to clarify usage of --remove option --- bin/mkcert.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/mkcert.sh b/bin/mkcert.sh index 99669f8..3b5124c 100644 --- a/bin/mkcert.sh +++ b/bin/mkcert.sh @@ -25,7 +25,8 @@ help_message(){ echow '-I, --install' echo "${EPACE}${EPACE}Install mkcert on Windows (requires Chocolatey)" 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' echo "${EPACE}${EPACE}Display help and exit" exit 0