From 2109a0063be3a6d89ee81c95e8e28d48170eb5f5 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Mon, 6 Jun 2022 20:30:54 +0200 Subject: [PATCH] Update README --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f456e6b..5febdb7 100644 --- a/README.md +++ b/README.md @@ -57,15 +57,12 @@ The command-line interface is straightforward as reflected in the output from See the man page for more details. ``` -The only option which requires a bit of elaboration is perhaps the -`--no-autoconnect` option. - -By default tio automatically connects to the provided device if present. If -the device is not present, it will wait for it to appear and then connect. If -the connection is lost (eg. device is unplugged), it will wait for the device -to reappear and then reconnect. However, if the `--no-autoconnect` option is -provided, tio will exit if the device is not present or an established -connection is lost. +By default tio automatically connects to the provided TTY device if present. +If the device is not present, it will wait for it to appear and then connect. +If the connection is lost (eg. device is unplugged), it will wait for the +device to reappear and then reconnect. However, if the `--no-autoconnect` +option is provided, tio will exit if the device is not present or an +established connection is lost. Tio features full bash autocompletion.