From 7cc151a3e48216e56df9892fa05cac6dbc844482 Mon Sep 17 00:00:00 2001 From: O1LER Date: Wed, 11 Dec 2024 19:25:53 +0100 Subject: [PATCH] fix table v2 --- 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 91ea1c80..055d0e26 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. -| Argument | Note | -|---|---| +| 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 |