Add missing commas in conditional sentences

This commit is contained in:
Jakub Wilk 2017-09-29 19:28:38 +02:00
parent dcb66f41a2
commit f09f85d0d2
2 changed files with 5 additions and 5 deletions

6
README
View file

@ -40,11 +40,11 @@
--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 disconnects) it will wait
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
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.