From 49a96fc018d8f0271fdc07bc254cba886f0c35c1 Mon Sep 17 00:00:00 2001
From: Daniel Bevenius <daniel.bevenius@gmail.com>
Date: Mon, 14 Oct 2019 13:38:31 +0200
Subject: [PATCH] Remove client -i --interactive option from README

This commit removes the -i, --interactive option for the client example
which was removed in Commit 9ea17af6ef48281d015a73ce46d6689b2255a037
("h3 client and server").
---
 README.rst | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.rst b/README.rst
index cadbd534..8ca57de4 100644
--- a/README.rst
+++ b/README.rst
@@ -98,8 +98,6 @@ The notable options are:
 
 - ``-d``, ``--data=<PATH>``: Read data from <PATH> and send it to a
   peer.
-- ``-i``, ``--interactive``: Read data from terminal and send it to a
-  peer interactively.  This does not work with 0-RTT.  See below.
 
 Server
 ~~~~~~
-- 
GitLab