Fix example commands in Multi-GPU docs

Only one dash before `-nullrhi` argument
This commit is contained in:
Paul Erik Frivold 2023-01-12 18:04:28 -05:00 committed by bernat
parent 580ae28c9a
commit 1f18d3b911
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@ The steps are: first, start the primary server without any render capability. Th
Run the following from the command line:
```sh
./CarlaUE4.sh --nullrhi
./CarlaUE4.sh -nullrhi
```
The primary server will use, by default, the port 2002 to listen for secondary servers. If you need to listen on another port, then you can change it with the port flag:
```sh
./CarlaUE4.sh --nullrhi -carla-primary-port=3002
./CarlaUE4.sh -nullrhi -carla-primary-port=3002
```
## Secondary servers