mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Print location of configuratin file in --list output
This commit is contained in:
parent
59940b3311
commit
c88cd3c5f3
1 changed files with 1 additions and 1 deletions
|
|
@ -636,7 +636,7 @@ void config_list_targets(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("\nConfiguration profiles\n");
|
printf("\nConfiguration profiles (%s)\n", config.path);
|
||||||
printf("--------------------------------------------------------------------------------\n");
|
printf("--------------------------------------------------------------------------------\n");
|
||||||
|
|
||||||
int j = 1;
|
int j = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue