Skip to content

Commit 7e9ec03

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

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
@@ -59,7 +59,7 @@ If you want to ignore the connection port provided through command-line argument
5959
UnityTransport.SetConnectionData(string ip, ushort port, string listenAddress, bool forceOverride);
6060
```
6161

62-
Setting `forceOverride` to `true` ensures that the values you pass to `SetConnectionData` override any values specified via command line arguments.
62+
Setting `forceOverride` to `true` ensures that the values you pass to `SetConnectionData` override any values specified via command-line arguments.
6363

6464
## Additional resources
6565

0 commit comments

Comments
 (0)