fix missing print option

This commit is contained in:
Chris Cromer 2018-11-11 20:09:45 -03:00
parent ea7d80cf09
commit 893d47bf2e
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 1 additions and 1 deletions

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) {