From a62c84f5324e2c78ce184f4e0b8e560b524a4e7f Mon Sep 17 00:00:00 2001 From: O1LER <44237025+O1LER@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:02:49 +0100 Subject: [PATCH] Update docs/en/guides/beammp-dev/beammp-dev.md Co-authored-by: Tixx <83774803+WiserTixx@users.noreply.github.com> --- docs/en/guides/beammp-dev/beammp-dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guides/beammp-dev/beammp-dev.md b/docs/en/guides/beammp-dev/beammp-dev.md index 746e1fa1..d1e0f68e 100644 --- a/docs/en/guides/beammp-dev/beammp-dev.md +++ b/docs/en/guides/beammp-dev/beammp-dev.md @@ -44,7 +44,7 @@ If you also dont want the launcher to start beamNG and would like to see debug p | Argument | Note | |:-------------------------|:-------------------------------------------| | `--help` or `-h` | Will print the following list of arguments | -| `--port ` or `-p` | Change the default listen port to . This must be configured ingame, too | +| `--port ` or `-p` | Change the default listen port to ``. This must be configured ingame too | | `--verbose` or `-v` | Verbose mode, prints debug messages | | `--no-download` | Skip downloading and installing the BeamMP Lua mod | | `--no-update` | Skip applying launcher updates (you must update manually) |