From 1d7efeb5612f2977f8b59c2b7d4456794d7f269c Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 3 Dec 2017 23:36:54 +0100 Subject: [PATCH] Update README --- README | 9 ++++----- README.md | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README b/README index e7a775b..c3b2e24 100644 --- a/README +++ b/README @@ -40,11 +40,10 @@ 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 disconnects), 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. + 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 support. diff --git a/README.md b/README.md index 4c1fc9c..c57da46 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,10 @@ The only option which requires a bit of elaboration is perhaps the 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 disconnects), 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. +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 support.