X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.cpp;h=ef32e6a0cf6f40ac6bc6a40dd64d4b7915ef3cb1;hb=7895dde165b0586eea324b4c9e07f8f0a2b7e1ba;hp=2ff7d4b7fb2bd1d926ee2c19a7f27f352fa2ebb2;hpb=8ade0b3b56c3bdad611eb62986f79e250a4def19;p=nageru diff --git a/flags.cpp b/flags.cpp index 2ff7d4b..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: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;