diff --git a/source/rofi.c b/source/rofi.c index ab2fded8..98424350 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -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);