diff --git a/devbox/cli/devbox b/devbox/cli/devbox index 582315f..85ac74d 100644 --- a/devbox/cli/devbox +++ b/devbox/cli/devbox @@ -214,7 +214,7 @@ devbox_init_usage() { 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-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 -q [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 " --freeleaps-username -u [Optional] : Specifies the Freeleaps.com repository username.\n" printf " --freeleaps-password -x [Optional] : Specifies the Freeleaps.com repository password.\n" @@ -2581,7 +2581,7 @@ devbox_init_parse_requirements() { exit 1 fi ;; - --devbox-frontend-port | -f) + --devbox-frontend-port | -q) # :flag.case_arg if [[ -n ${2+x} ]]; then add_arg '--devbox-frontend-port' "$2"