From 406a6954aa468aba8dd8686bf62a2d32d7645c04 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 30 Jul 2022 17:49:26 +0200 Subject: [PATCH] [Help] add `-config` to -help output. Issue: #1665 --- source/rofi.c | 2 ++ 1 file changed, 2 insertions(+) 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);