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
48a2298e81
commit
fba56318f8
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ void config_file_print(void)
|
|||
{
|
||||
if (c.path != NULL)
|
||||
{
|
||||
tio_printf(" Path: %s", c.path);
|
||||
tio_printf(" Active configuration file: %s", c.path);
|
||||
if (c.section_name != NULL)
|
||||
{
|
||||
tio_printf(" Active sub-configuration: %s", c.section_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue