mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 00:27:36 +00:00
parent
ac701018fd
commit
406a6954aa
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue