This commit is contained in:
van Hauser 2014-12-06 11:00:10 +01:00
commit c5c8d06c5e

View file

@ -2182,7 +2182,7 @@ int main(int argc, char *argv[]) {
break;
case 'R':
hydra_options.restore = 1;
if (argc != 2)
if (argc > 2 + debug + verbose)
bail("no option may be supplied together with -R");
break;
case 'd':