fix skip verif

This commit is contained in:
Pascal Engélibert 2026-03-03 09:38:31 +01:00
commit 7c7414cf93
3 changed files with 6 additions and 4 deletions

View file

@ -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')]