feat: v1.4.1, optimize config outputs

This commit is contained in:
2023-12-10 10:37:04 +08:00
parent 54ac065bd3
commit c1debe5262

View File

@@ -51,7 +51,7 @@ pub struct CmdConfig {
/// Encryption profile (use default when --key-filter is assigned)
#[arg(long, short = 'p')]
pub profile: Option<String>,
/// Encryption key filter (key_id or type:TYPE(e.g. ecdh, pgp, ecdh-p384, pgp-ed25519), multiple joined by ',', ALL for all)
/// Encryption key filter (key_id or type:TYPE(e.g. type:piv-p256, type:piv-p384, type:pgp-*), multiple joined by ',', ALL for all)
#[arg(long, short = 'k')]
pub key_filter: Option<String>,
}