[Help] add -config to -help output.

Issue: #1665
This commit is contained in:
Dave Davenport 2022-07-30 17:49:26 +02:00
parent ac701018fd
commit 406a6954aa

View file

@ -290,6 +290,8 @@ static void print_list_of_modes(int is_term) {
}
}
static void print_main_application_options(int is_term) {
print_help_msg("-config", "[file]", "Load an alternative configuration.",
NULL, is_term);
print_help_msg("-no-config", "",
"Do not load configuration, use default values.", NULL,
is_term);