From 566c3c93129092e64b66acd9f7a930724022e2dc Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 4 Nov 2024 14:55:49 +0000 Subject: [PATCH] type fix add -i shorthand --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 024673b..93289cd 100644 --- a/README.md +++ b/README.md @@ -95,13 +95,13 @@ Arguments following the flags will be sent as rcon commands. You may send multip #### Interactive mode -Pass `interactive` flag to enable interactive mode, for example: +Pass `interactive (-i shorthand)` flag to enable interactive mode, for example: ``` q3rcon -h=localhost -p=30000 -P="rconpassword" -i ``` -If interactive mode is enabled, any arguments sent on the command lien will be ignored. +If interactive mode is enabled, any arguments sent on the command line will be ignored. ## `Logging`