From e271ea31f37e31d3ed4755c75541e61712fd17b7 Mon Sep 17 00:00:00 2001 From: Paul Erik Frivold Date: Thu, 12 Jan 2023 18:04:28 -0500 Subject: [PATCH] Fix example commands in Multi-GPU docs Only one dash before `-nullrhi` argument --- Docs/adv_multigpu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/adv_multigpu.md b/Docs/adv_multigpu.md index 6ce97e4e2..8b3873cda 100644 --- a/Docs/adv_multigpu.md +++ b/Docs/adv_multigpu.md @@ -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