Skip to content

Commit

Permalink
Fixed arg order for run_client_server script in doc (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Taras Keryk <taras.keryk@plvision.eu>
  • Loading branch information
taras-keryk-plv committed Feb 13, 2023
1 parent 322aa64 commit 4afa76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client_server_mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Where: _sc-server-run_ and _sc-client-run_ are docker names of SAI-Challenger se

Alternatively, you can run the whole client-server environment on the same host with a single script:
```sh
./run_client_server.sh start -a trident2 -t saivs
./run_client_server.sh -a trident2 -t saivs start
./run_client_server.sh start
```

Expand Down

0 comments on commit 4afa76c

Please sign in to comment.