main: update port help text

This commit is contained in:
hosted-fornet 2024-01-19 16:05:29 -08:00
parent f07f5d2915
commit c13711099d

View File

@ -98,7 +98,7 @@ async fn main() {
.about("A General Purpose Sovereign Cloud Computing Platform")
.arg(arg!([home] "Path to home directory").required(true))
.arg(
arg!(--port <PORT> "Port to bind [default: first unbound above 8080]")
arg!(--port <PORT> "Port to bind [default: first unbound at or above 8080]")
.value_parser(value_parser!(u16)),
)
.arg(