Load config from /usr/share aswell

This commit is contained in:
fossdd 2024-09-04 18:41:15 +00:00 committed by Johannes Marbach
parent d82dd9051c
commit 482b23bfea
11 changed files with 28 additions and 9 deletions

View file

@ -57,6 +57,8 @@ static void print_usage() {
" -C, --config-override Path to a config override file. Can be supplied\n"
" multiple times. Config files are merged in the\n"
" following order:\n"
" * /usr/share/buffyboard.conf\n"
" * /usr/share/buffyboard.conf.d/* (alphabetically)\n"
" * /etc/buffyboard.conf\n"
" * /etc/buffyboard.conf.d/* (alphabetically)\n"
" * Override files (in supplied order)\n"