CLI should not ignore --eci flag

Bug found thanks to Marjan Leden
This commit is contained in:
Robin Stuart 2017-04-10 22:14:35 +01:00
parent 7b4dac7e16
commit b199bc8ee6

View File

@ -491,7 +491,7 @@ int main(int argc, char **argv) {
{"mirror", 0, 0, 0},
{"dotty", 0, 0, 0},
{"dotsize", 1, 0, 0},
{"eci", 1, 0, 'e'},
{"eci", 1, 0, 0},
{"filetype", 1, 0, 0},
{0, 0, 0, 0}
};