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 |