fix missing print option
This commit is contained in:
parent
ea7d80cf09
commit
893d47bf2e
@ -105,7 +105,7 @@ int main (int argc, char **argv) {
|
|||||||
return 0;
|
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) {
|
switch (opt) {
|
||||||
case 'm':
|
case 'm':
|
||||||
if (algoritmo != -1) {
|
if (algoritmo != -1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user