From 87c6be2de02916a4dce2b1b62efe1d5ade874ee1 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 17 Sep 2016 23:35:13 +0200 Subject: [PATCH] Add the missing -I short option. --- flags.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flags.cpp b/flags.cpp index 7a047f4..ef32e6a 100644 --- a/flags.cpp +++ b/flags.cpp @@ -135,7 +135,7 @@ void parse_flags(int argc, char * const argv[]) vector theme_dirs; for ( ;; ) { int option_index = 0; - int c = getopt_long(argc, argv, "c:t:v:m:", long_options, &option_index); + int c = getopt_long(argc, argv, "c:t:I:v:m:", long_options, &option_index); if (c == -1) { break; -- 2.39.2