Skip to content

Commit adf7c4a

Browse files
Adding hyphen to command-line arguments
Co-authored-by: Amy Reeve <amy.reeve@unity3d.com>
1 parent 5ca6806 commit adf7c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Documentation~/command-line-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (ParseCommandLineOptions(out var command))
5353

5454
## Overriding Connection Data
5555

56-
If you want to ignore the connection **port** provided through command line arguments, you can override it by using the optional `forceOverride` parameter in:
56+
If you want to ignore the connection port provided through command-line arguments, you can override it by using the optional `forceOverride` parameter in:
5757

5858
```
5959
UnityTransport.SetConnectionData(string ip, ushort port, string listenAddress, bool forceOverride);

0 commit comments

Comments
 (0)