diff --git a/docs/docs/hydroflow/quickstart/setup.md b/docs/docs/hydroflow/quickstart/setup.md index 027665899ba9..0c363510806a 100644 --- a/docs/docs/hydroflow/quickstart/setup.md +++ b/docs/docs/hydroflow/quickstart/setup.md @@ -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 #shell-command-next-line -cargo run -- --role client --server-addr 127.0.0.1: +cargo run -- --role client --address 127.0.0.1: Listening on 127.0.0.1: Connecting to server at 127.0.0.1: Client live!