Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/standalone/src/subcommands/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub fn cli() -> clap::Command {
.default_value("0.0.0.0:3000")
.help(
"The address and port where SpacetimeDB should listen for connections. \
This defaults to to listen on all IP addresses on port 80.",
This defaults to listening on all IP addresses on port 3000.",
),
)
.arg(
Expand Down
Loading