summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-07-30 17:49:26 +0200
committerDave Davenport <qball@blame.services>2022-07-30 17:49:26 +0200
commit406a6954aa468aba8dd8686bf62a2d32d7645c04 (patch)
treeb103bf58ce28f2b9dfc7f83ec50d0eb817dfc697
parentac701018fd361e62e34bb4aacc6f4b1561208164 (diff)
[Help] add `-config` to -help output.
Issue: #1665
-rw-r--r--source/rofi.c2
1 files changed, 2 insertions, 0 deletions
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);