mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Remove verbose option
Remove the command-line verbose option but let the ctrl-t c feature print some of the verbose information (active config path/section).
This commit is contained in:
parent
11df828f68
commit
28c880cdab
7 changed files with 13 additions and 29 deletions
|
|
@ -77,11 +77,6 @@ int main(int argc, char *argv[])
|
|||
/* Print launch hints */
|
||||
tio_printf("tio v%s", VERSION);
|
||||
tio_printf("Press ctrl-t q to quit");
|
||||
if (option.debug)
|
||||
{
|
||||
config_file_print();
|
||||
options_print();
|
||||
}
|
||||
|
||||
/* Connect to tty device */
|
||||
if (option.no_autoconnect)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue