We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f672ae2 commit 9a7fb90Copy full SHA for 9a7fb90
1 file changed
crates/standalone/src/subcommands/start.rs
@@ -34,7 +34,7 @@ pub fn cli() -> clap::Command {
34
.default_value("0.0.0.0:3000")
35
.help(
36
"The address and port where SpacetimeDB should listen for connections. \
37
- This defaults to to listen on all IP addresses on port 80.",
+ This defaults to listening on all IP addresses on port 3000.",
38
),
39
)
40
.arg(
0 commit comments