1
0
mirror of https://github.com/rd235/cado synced 2025-01-14 22:55:57 +01:00

[cado] setcap was attached to verbose

This commit is contained in:
Davide Berardi 2020-01-31 19:32:53 +01:00
parent 2d8ea7ce41
commit 9fb6a8d265

View File

@ -58,7 +58,7 @@ struct option long_options[]={
{"help", no_argument, NULL, 'h'}, {"help", no_argument, NULL, 'h'},
{"force", no_argument, NULL, 'f'}, {"force", no_argument, NULL, 'f'},
{"verbose", no_argument, NULL, 'v'}, {"verbose", no_argument, NULL, 'v'},
{"setcap", no_argument, NULL, 'v'}, {"setcap", no_argument, NULL, 's'},
{"scado", no_argument, NULL, 'S'}, {"scado", no_argument, NULL, 'S'},
{0,0,0,0} {0,0,0,0}
}; };