fix skip verif
This commit is contained in:
parent
c19ca3c7d1
commit
7c7414cf93
3 changed files with 6 additions and 4 deletions
|
|
@ -65,7 +65,7 @@ struct OptClient {
|
|||
#[argp(option, short = 'c')]
|
||||
certs: Option<String>,
|
||||
/// Do not verify certificates
|
||||
#[argp(option, short = 's')]
|
||||
#[argp(switch, short = 's')]
|
||||
skip_verif: bool,
|
||||
/// Print debug info
|
||||
#[argp(switch, short = 'd')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue