mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add missing commas in conditional sentences
This commit is contained in:
parent
dcb66f41a2
commit
f09f85d0d2
2 changed files with 5 additions and 5 deletions
6
README
6
README
|
|
@ -40,11 +40,11 @@
|
||||||
--no-autoconnect option.
|
--no-autoconnect option.
|
||||||
|
|
||||||
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 disconnects), 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
|
However, if the --no-autoconnect option is provided, tio will exit if the
|
||||||
device is not 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.
|
||||||
|
|
|
||||||
|
|
@ -45,11 +45,11 @@ Set output delay [ms] inserted between each transmitted character (default: 0).
|
||||||
|
|
||||||
Disable automatic connect.
|
Disable automatic connect.
|
||||||
|
|
||||||
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.
|
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
|
However, if the
|
||||||
.B \-\-no\-autoconnect
|
.B \-\-no\-autoconnect
|
||||||
option is provided tio will exit if the device is not present or an established connection is lost.
|
option is provided, tio will exit if the device is not present or an established connection is lost.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR \-l ", " "\-\-log " \fI<filename>
|
.BR \-l ", " "\-\-log " \fI<filename>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue