mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
Update help message in mkcert.sh to clarify usage of --remove option
This commit is contained in:
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user