tools: improve error reporting

This commit is contained in:
Wim Taymans 2020-04-04 20:23:42 +02:00
parent 95906ca52e
commit 7927a66fdd
4 changed files with 26 additions and 10 deletions

View file

@ -2795,6 +2795,7 @@ int main(int argc, char *argv[])
opt_remote = optarg;
break;
default:
show_help(&data, argv[0]);
return -1;
}
}