Skip to content

Commit 3af2a50

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

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
@@ -2,7 +2,7 @@
22

33
Use [command-line arguments](https://docs.unity3d.com/Documentation/Manual/CommandLineArguments.html) to configure certain aspects of your game at launch. This is especially useful for dedicated server builds, where arguments let you override default network settings such as the IP address and port.
44

5-
## Using Command Line Arguments
5+
## Using command-line arguments
66

77
When launching a standalone build (for example, a headless dedicated server), you can supply custom arguments to modify runtime behavior.
88

0 commit comments

Comments
 (0)