mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05: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) {
|
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", "",
|
print_help_msg("-no-config", "",
|
||||||
"Do not load configuration, use default values.", NULL,
|
"Do not load configuration, use default values.", NULL,
|
||||||
is_term);
|
is_term);
|
||||||
|
|
Loading…
Reference in a new issue