mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update show config
This commit is contained in:
parent
134fa87a5c
commit
6f9e41152b
2 changed files with 2 additions and 2 deletions
|
|
@ -193,7 +193,7 @@ void line_pulse_duration_option_parse(const char *arg)
|
|||
|
||||
void options_print()
|
||||
{
|
||||
tio_printf(" TTY device: %s", option.tty_device);
|
||||
tio_printf(" Device: %s", option.tty_device);
|
||||
tio_printf(" Baudrate: %u", option.baudrate);
|
||||
tio_printf(" Databits: %d", option.databits);
|
||||
tio_printf(" Flow: %s", option.flow);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue