From f8799373290c8dadd6afa3e55d7d9055c62fe543 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Tue, 15 Nov 2016 21:13:48 +0200 Subject: [PATCH] Typo fix. --- mcrcon.1 | 2 +- mcrcon.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mcrcon.1 b/mcrcon.1 index 20fa82a..481f556 100644 --- a/mcrcon.1 +++ b/mcrcon.1 @@ -33,7 +33,7 @@ Output raw packets (for debugging and custom handling) .IP -v Output version information .PP -Commands with arguments must enclosed in quotes. +Commands with arguments must be enclosed in quotes. .SH EXAMPLES Make rcon connection in terminal mode using default port .RS diff --git a/mcrcon.c b/mcrcon.c index 25f80eb..6ef0b70 100644 --- a/mcrcon.c +++ b/mcrcon.c @@ -252,7 +252,7 @@ void usage(void) ,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(VER_STR"\nReport bugs to tiiffi_at_gmail_dot_com or https://github.com/Tiiffi/mcrcon/issues/\n");