Merge branch 'refactoring/networking' of https://github.com/Tiiffi/mcrcon into refactoring/networking

This commit is contained in:
Tiiffi
2016-11-15 21:14:40 +02:00

View File

@ -12,7 +12,7 @@ You can also download precompiled binaries: https://github.com/Tiiffi/mcrcon/rel
---
####Usage:
Usage: mcrcon [OPTIONS]... [COMMANDS]...
mcrcon [OPTIONS]... [COMMANDS]...
Sends rcon commands to Minecraft server.
@ -29,7 +29,7 @@ Option:
-v Output version information
```
Commands with arguments must enclosed in quotes.
Commands with arguments must be enclosed in quotes.
Example:
```mcrcon -H my.minecraft.server -p password "say Server is restarting!" save-all stop```