From 9bb0bb16abc95f3a580420ed12ee1e5748b03617 Mon Sep 17 00:00:00 2001 From: Alex <85045778+alexander-the-alright@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:12:58 -0400 Subject: [PATCH] fixed destination ip flag typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e99df66..406f496 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The client uses the following flags -a - adds required argument as a quote to server -l - list all quotes -r [i] - remove; may be run with or without argument --d - specify alternate server destination +-ip - specify alternate server destination -log - [NOT YET IMPLEMENTED] gets logfile from server (contains use and error histories) ```