Update for init help of --devbox-frontend-port -F to --devbox-frontend-port -f

This commit is contained in:
timqiu 2025-03-10 10:43:21 +08:00
parent 86226130b6
commit 48ecc5c142

View File

@ -86,7 +86,7 @@ devbox_init_usage() {
printf " --devbox-image-repo -r [Optional] : Specifies the DevBox container image repository. Default: docker.io/freeleaps.\n" printf " --devbox-image-repo -r [Optional] : Specifies the DevBox container image repository. Default: docker.io/freeleaps.\n"
printf " --devbox-image-name -i [Optional] : Specifies the DevBox container image name. Default: devbox.\n" printf " --devbox-image-name -i [Optional] : Specifies the DevBox container image name. Default: devbox.\n"
printf " --devbox-image-tag -t [Optional] : Specifies the DevBox container image tag. Default: latest.\n" printf " --devbox-image-tag -t [Optional] : Specifies the DevBox container image tag. Default: latest.\n"
printf " --devbox-frontend-port -F [Optional] : Specifies the container port for DevBox frontend access. Default: 5173.\n" printf " --devbox-frontend-port -f [Optional] : Specifies the container port for DevBox frontend access. Default: 5173.\n"
printf " --devbox-backend-port -b [Optional] : Specifies the container port for DevBox backend access. Default: 8002.\n" printf " --devbox-backend-port -b [Optional] : Specifies the container port for DevBox backend access. Default: 8002.\n"
printf " --freeleaps-username -u [Optional] : Specifies the Freeleaps.com repository username.\n" printf " --freeleaps-username -u [Optional] : Specifies the Freeleaps.com repository username.\n"
printf " --freeleaps-password -x [Optional] : Specifies the Freeleaps.com repository password.\n" printf " --freeleaps-password -x [Optional] : Specifies the Freeleaps.com repository password.\n"