mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add socket info to show configuration
This commit is contained in:
parent
b0b0856a8b
commit
b882827b97
1 changed files with 2 additions and 0 deletions
|
|
@ -149,6 +149,8 @@ void options_print()
|
|||
tio_printf(" Map flags: %s", option.map);
|
||||
if (option.log)
|
||||
tio_printf(" Log file: %s", option.log_filename);
|
||||
if (option.socket)
|
||||
tio_printf(" Socket: %s", option.socket);
|
||||
}
|
||||
|
||||
void options_parse(int argc, char *argv[])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue