Rename sub-config to profile

Because better naming.
This commit is contained in:
Martin Lund 2024-04-27 09:13:29 +02:00
parent 1b77ed783b
commit 232cbee697
9 changed files with 43 additions and 41 deletions

View file

@ -45,9 +45,9 @@ int main(int argc, char *argv[])
/* Parse command-line options (1st pass) */
options_parse(argc, argv);
if (option.complete_sub_configs)
if (option.complete_profiles)
{
config_file_show_sub_configurations();
config_file_show_profiles();
return status;
}