fix missing print option

This commit is contained in:
2018-11-11 20:09:45 -03:00
parent ea7d80cf09
commit 893d47bf2e

View File

@@ -105,7 +105,7 @@ int main (int argc, char **argv) {
return 0;
}
while ((opt = getopt_long(argc, argv, "mqbBcsn:ev", long_options, &long_index)) != -1) {
while ((opt = getopt_long(argc, argv, "mqbBcsn:eiv", long_options, &long_index)) != -1) {
switch (opt) {
case 'm':
if (algoritmo != -1) {