Improve help text

- Improve the description of the types accepted by `sq certify`'s
    `--certificate` argument.
This commit is contained in:
Neal H. Walfield 2023-11-14 10:35:52 +01:00
parent c554202a84
commit 186de775ae
No known key found for this signature in database
GPG Key ID: 6863C9AD5B4D22D3

View File

@ -191,7 +191,7 @@ pub struct Command {
)]
pub certifier: PathBuf,
#[clap(
value_name = "CERTIFICATE",
value_name = "KEY_ID|FINGERPRINT|FILE",
required = true,
index = 2,
help = "Certifies CERTIFICATE.",