Skip to content

Commit f1d1ecc

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

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
@@ -1,6 +1,6 @@
11
# Command-line arguments
22

3-
You can 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.
3+
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

55
## Using Command Line Arguments
66

0 commit comments

Comments
 (0)