Skip to content

Commit 9a7fb90

Browse files
Fix listen_addr help default value
1 parent f672ae2 commit 9a7fb90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/standalone/src/subcommands

crates/standalone/src/subcommands/start.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub fn cli() -> clap::Command {
3434
.default_value("0.0.0.0:3000")
3535
.help(
3636
"The address and port where SpacetimeDB should listen for connections. \
37-
This defaults to to listen on all IP addresses on port 80.",
37+
This defaults to listening on all IP addresses on port 3000.",
3838
),
3939
)
4040
.arg(

0 commit comments

Comments
 (0)