Add missing conflict for sq key list.

This commit is contained in:
Justus Winter 2024-12-03 19:11:00 +01:00
parent 0b11ee4ef9
commit 888c82e4ec
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

View File

@ -28,6 +28,8 @@ if it were passed to `--cert`, and matches on the certificate's \
fingerprint. Otherwise, it is treated as if it were passed via \ fingerprint. Otherwise, it is treated as if it were passed via \
`--cert-grep`, and matches on user IDs. `--cert-grep`, and matches on user IDs.
", ",
conflicts_with_all = &["cert", "cert-userid", "cert-email",
"cert-domain", "cert-grep"],
)] )]
pub pattern: Option<String>, pub pattern: Option<String>,
} }