From fba56318f8ab903837d5d973864e2b4bb624615d Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Wed, 19 Oct 2022 22:35:34 +0200 Subject: [PATCH] Update show config --- src/configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configfile.c b/src/configfile.c index d849685..b44b9f3 100644 --- a/src/configfile.c +++ b/src/configfile.c @@ -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);