From 366a186c171ab96670d7d08a1ce9751faff6abdd Mon Sep 17 00:00:00 2001 From: O1LER Date: Wed, 11 Dec 2024 19:24:24 +0100 Subject: [PATCH] fix table --- docs/en/guides/beammp-dev/beammp-dev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/guides/beammp-dev/beammp-dev.md b/docs/en/guides/beammp-dev/beammp-dev.md index e5954488..91ea1c80 100644 --- a/docs/en/guides/beammp-dev/beammp-dev.md +++ b/docs/en/guides/beammp-dev/beammp-dev.md @@ -41,8 +41,8 @@ Further information about the userfolder can be found at [https://documentation. In order to prevent auto-update to overwrite your local git clone, its necessary to disable it, using `--no-download`. If you also dont want the launcher to start beamNG and would like to see debug prints, then using `--dev` is advised. -You can use the following launch arguments: - +| 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 | | `--verbose` or `-v` | Verbose mode, prints debug messages |