Remove {n} that snuck in.

This commit is contained in:
Justus Winter 2024-01-11 16:59:02 +01:00
parent 615d7ebe6d
commit 6e07bb93d8
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

View File

@ -52,8 +52,8 @@ pub struct Command {
///
/// EXAMPLES:
///
/// # Get gossip about a certificate.{n}
/// $ sq wot --keyring keyring.pgp \\{n}
/// # Get gossip about a certificate.
/// $ sq wot --keyring keyring.pgp \\
/// --gossip identify 3217C509292FC67076ECD75C7614269BDDF73B36
#[arg(global=true, display_order=850, long)]
pub gossip: bool,