More typographic fixes.
This commit is contained in:
parent
411db47cdf
commit
fb0d0294a4
@ -114,7 +114,7 @@ pub struct Command {
|
||||
#[clap(
|
||||
short = 'x',
|
||||
long = "hex",
|
||||
help = "Prints a hexdump (implies --dump)",
|
||||
help = "Prints a hexdump (implies `--dump`)",
|
||||
)]
|
||||
pub hex: bool,
|
||||
}
|
||||
|
@ -656,7 +656,7 @@ then that key is used to sign the revocation certificate.",
|
||||
help = "The User ID to revoke",
|
||||
long_help =
|
||||
"The User ID to revoke. By default, this must exactly match a \
|
||||
self-signed User ID. Use --force to generate a revocation certificate \
|
||||
self-signed User ID. Use `--force` to generate a revocation certificate \
|
||||
for a User ID, which is not self signed."
|
||||
)]
|
||||
pub userid: String,
|
||||
|
@ -409,7 +409,7 @@ pub struct LintCommand {
|
||||
/// certificates that have issues. This output is intended for
|
||||
/// use by scripts.
|
||||
///
|
||||
/// This option implies "--quiet". If you also specify "--fix",
|
||||
/// This option implies `--quiet`. If you also specify `--fix`,
|
||||
/// errors will still be printed to stderr, and fixed certificates
|
||||
/// will still be emitted to stdout.
|
||||
#[arg(short='k', long)]
|
||||
|
@ -37,7 +37,7 @@ emitted. If multiple user IDs map to one email address, then all
|
||||
matching user IDs are included in the emitted certificates.
|
||||
|
||||
By default, OPENPGPKEY resource records are emitted. If your DNS
|
||||
server doesn't understand those, use --generic to emit generic
|
||||
server doesn't understand those, use `--generic` to emit generic
|
||||
records instead.",
|
||||
after_help =
|
||||
"EXAMPLES:
|
||||
|
@ -18,7 +18,7 @@ use super::types::FileOrStdout;
|
||||
long_about = "Verifies signed messages or detached signatures
|
||||
|
||||
When verifying signed messages, the message is written to stdout or
|
||||
the file given to --output.
|
||||
the file given to `--output`.
|
||||
|
||||
When a detached message is verified, no output is produced. Detached
|
||||
signatures are often used to sign software packages.
|
||||
|
@ -209,7 +209,7 @@ $ sq wot identify --gossip \\
|
||||
///
|
||||
/// Even if no bindings are shown, the exit status is 0.
|
||||
///
|
||||
/// If --email is provided, then a pattern matches if it is a case
|
||||
/// If `--email` is provided, then a pattern matches if it is a case
|
||||
/// insensitive substring of the email address as-is or the
|
||||
/// normalized email address. Note: unlike the email address, the
|
||||
/// pattern is not normalized. In particular, puny code
|
||||
|
Loading…
Reference in New Issue
Block a user