Skip to content

Commit

Permalink
docs: update setup.md --server-addr -> --address (#1457)
Browse files Browse the repository at this point in the history
changed --server-addr flag to --address

Co-authored-by: Mingwei Samuel <mingwei.samuel@gmail.com>
  • Loading branch information
Jameson-Crate and MingweiSamuel authored Oct 30, 2024
1 parent dff2a40 commit 48c7fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/hydroflow/quickstart/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Take note of the server's port number, and in a separate terminal, start a clien
#shell-command-next-line
cd <project name>
#shell-command-next-line
cargo run -- --role client --server-addr 127.0.0.1:<port>
cargo run -- --role client --address 127.0.0.1:<port>
Listening on 127.0.0.1:<client_port>
Connecting to server at 127.0.0.1:<port>
Client live!
Expand Down

0 comments on commit 48c7fb7

Please sign in to comment.