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:
parent
2d8ea7ce41
commit
9fb6a8d265
@ -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}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user