mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 19:31:07 -04:00
Typo fix.
This commit is contained in:
2
mcrcon.1
2
mcrcon.1
@ -33,7 +33,7 @@ Output raw packets (for debugging and custom handling)
|
|||||||
.IP -v
|
.IP -v
|
||||||
Output version information
|
Output version information
|
||||||
.PP
|
.PP
|
||||||
Commands with arguments must enclosed in quotes.
|
Commands with arguments must be enclosed in quotes.
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
Make rcon connection in terminal mode using default port
|
Make rcon connection in terminal mode using default port
|
||||||
.RS
|
.RS
|
||||||
|
|||||||
2
mcrcon.c
2
mcrcon.c
@ -252,7 +252,7 @@ void usage(void)
|
|||||||
,stdout
|
,stdout
|
||||||
);
|
);
|
||||||
|
|
||||||
puts("\nCommands with arguments must enclosed in quotes.\n");
|
puts("\nCommands with arguments must be enclosed in quotes.\n");
|
||||||
puts("Example:\n\t"IN_NAME" -H my.minecraft.server -p password \"say Server is restarting!\" save-all stop\n");
|
puts("Example:\n\t"IN_NAME" -H my.minecraft.server -p password \"say Server is restarting!\" save-all stop\n");
|
||||||
puts(VER_STR"\nReport bugs to tiiffi_at_gmail_dot_com or https://github.com/Tiiffi/mcrcon/issues/\n");
|
puts(VER_STR"\nReport bugs to tiiffi_at_gmail_dot_com or https://github.com/Tiiffi/mcrcon/issues/\n");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user