Update README

This commit is contained in:
Martin Lund 2017-12-03 23:36:54 +01:00
parent 46f5686837
commit 1d7efeb561
2 changed files with 8 additions and 10 deletions

9
README
View file

@ -40,11 +40,10 @@
By default tio automatically connects to the provided device if present. 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 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 connect. If the connection is lost (eg. device is unplugged), it will wait
for the device to reappear and then reconnect. for the device to reappear and then reconnect. However, if the
--no-autoconnect option is provided, tio will exit if the device is not
However, if the --no-autoconnect option is provided, tio will exit if the present or an established connection is lost.
device is not present or an established connection is lost.
Tio features full bash autocompletion support. Tio features full bash autocompletion support.

View file

@ -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 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 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 the connection is lost (eg. device is unplugged), it will wait for the device
reappear and then reconnect. 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
However, if the `--no-autoconnect` option is provided, tio will exit if the connection is lost.
device is not present or an established connection is lost.
Tio features full bash autocompletion support. Tio features full bash autocompletion support.