Update README.

This commit is contained in:
Henner Zeller 2018-06-23 13:58:59 -07:00
parent dabd2130a9
commit 0bc56c8a8f

View file

@ -21,21 +21,24 @@ application to easily connect to various terminal TTY devices.
The commandline interface is straightforward as reflected in the output from The commandline interface is straightforward as reflected in the output from
'tio --help': 'tio --help':
``` ```
Usage: tio [<options>] <tty device> Usage: tio [<options>] <tty-device>
Options: Options:
-b, --baudrate <bps> Baud rate (default: 115200) -b, --baudrate <bps> Baud rate (default: 115200)
-d, --databits 5|6|7|8 Data bits (default: 8) -d, --databits 5|6|7|8 Data bits (default: 8)
-f, --flow hard|soft|none Flow control (default: none) -f, --flow hard|soft|none Flow control (default: none)
-s, --stopbits 1|2 Stop bits (default: 1) -s, --stopbits 1|2 Stop bits (default: 1)
-p, --parity even|odd|none Parity (default: none) -p, --parity odd|even|none Parity (default: none)
-o, --output-delay <ms> Output delay (default: 0) -o, --output-delay <ms> Output delay (default: 0)
-n, --no-autoconnect Disable automatic connect -n, --no-autoconnect Disable automatic connect
-e, --local-echo Do local echo
-l, --log <filename> Log to file -l, --log <filename> Log to file
-m, --map <flags> Map special characters -m, --map <flags> Map special characters
-v, --version Display version -v, --version Display version
-h, --help Display help -h, --help Display help
See the man page for list of supported mapping flags.
In session, press ctrl-t q to quit. In session, press ctrl-t q to quit.
``` ```